#58479C

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

Shades of Daisy Bush #58479C

Tints of Daisy Bush #58479C

Color information

#58479C (or 0x58479C) is unknown color: approx Daisy Bush. HEX triplet: 58, 47 and 9C. RGB value is (88,71,156). Sum of RGB (Red+Green+Blue) = 88+71+156=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #58479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58479C is #A7B863. Grayscale: #555555. Windows color (decimal): -10991716 or 10241880. OLE color: 10241880.

HSL color Cylindrical-coordinate representation of color #58479C: hue angle of 252º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58479C is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8871156-
CMYK0.440.5400.39
HSL252º37.44%44.51%-
HSV(B)252º54.49%61.18%-
XYZ12.288.9832.54-
YUV85.77167.63129.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=27.94%
G=22.54%
B=49.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88711560.440.5400.3925237.4444.51
Hex58479C2C36027fc252d
Octal13010723454660473744555
Binary1011000100011110011100101100110110010011111111100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58479C; }

 p { color: rgb(88,71,156); }

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

<style>
 a { background-color: #58479C; }

 a { background-color: rgb(88,71,156); }

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

<style>
 span { border-color: #58479C; }

 span { border-color: rgb(88,71,156); }

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