#58418E

Color #58418E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #58418E

Tints of Daisy Bush #58418E

Color information

#58418E (or 0x58418E) is unknown color: approx Daisy Bush. HEX triplet: 58, 41 and 8E. RGB value is (88,65,142). Sum of RGB (Red+Green+Blue) = 88+65+142=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #58418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58418E is #A7BE71. Grayscale: #505050. Windows color (decimal): -10993266 or 9322840. OLE color: 9322840.

HSL color Cylindrical-coordinate representation of color #58418E: hue angle of 257.92º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58418E is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8865142-
CMYK0.380.5400.44
HSL257.92º37.2%40.59%-
HSV(B)257.92º54.23%55.69%-
XYZ10.87.8126.53-
YUV80.66162.62133.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 65 (25.78% from 255) = 22.03%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=29.83%
G=22.03%
B=48.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88651420.380.5400.44257.9237.240.59
Hex58418E263602C1022529
Octal13010121646660544024551
Binary10110001000001100011101001101101100101100100000010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58418E; }

 p { color: rgb(88,65,142); }

 H1.HeaderClassName
 {
   color: #58418E;
 }
 .AnyTagClassName
 {
   color: #58418E;
 }
</style>
background-color css

<style>
 a { background-color: #58418E; }

 a { background-color: rgb(88,65,142); }

 div.DivClassName
 {
   background-color: #58418E;
 }
 .BgClassName
 {
   background-color: #58418E;
 }
</style>
border-color css

<style>
 span { border-color: #58418E; }

 span { border-color: rgb(88,65,142); }

 td.TdClassName
 {
   border-color: #58418E;
 }
 .TagClassName
 {
   border-color: #58418E;
 }
</style>