#58429B

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

Shades of Daisy Bush #58429B

Tints of Daisy Bush #58429B

Color information

#58429B (or 0x58429B) is unknown color: approx Daisy Bush. HEX triplet: 58, 42 and 9B. RGB value is (88,66,155). Sum of RGB (Red+Green+Blue) = 88+66+155=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #58429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58429B is #A7BD64. Grayscale: #525252. Windows color (decimal): -10992997 or 10175064. OLE color: 10175064.

HSL color Cylindrical-coordinate representation of color #58429B: hue angle of 254.83º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58429B is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8866155-
CMYK0.430.5700.39
HSL254.83º40.27%43.33%-
HSV(B)254.83º57.42%60.78%-
XYZ11.898.3431.99-
YUV82.72168.79131.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=28.48%
G=21.36%
B=50.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88661550.430.5700.39254.8340.2743.33
Hex58429B2B39027ff282b
Octal13010223353710473775053
Binary1011000100001010011011101011111001010011111111111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58429B; }

 p { color: rgb(88,66,155); }

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

<style>
 a { background-color: #58429B; }

 a { background-color: rgb(88,66,155); }

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

<style>
 span { border-color: #58429B; }

 span { border-color: rgb(88,66,155); }

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