#58479A

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

Shades of Daisy Bush #58479A

Tints of Daisy Bush #58479A

Color information

#58479A (or 0x58479A) is unknown color: approx Daisy Bush. HEX triplet: 58, 47 and 9A. RGB value is (88,71,154). Sum of RGB (Red+Green+Blue) = 88+71+154=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #58479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58479A is #A7B865. Grayscale: #555555. Windows color (decimal): -10991718 or 10110808. OLE color: 10110808.

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

Color convert

RGB8871154-
CMYK0.430.5400.40
HSL252.29º36.89%44.12%-
HSV(B)252.29º53.9%60.39%-
XYZ12.118.9131.65-
YUV85.54166.63129.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.12%
GREEN value IS 71 (28.12% from 255) = 22.68%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=28.12%
G=22.68%
B=49.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88711540.430.5400.40252.2936.8944.12
Hex58479A2B36028fc252c
Octal13010723253660503744554
Binary1011000100011110011010101011110110010100011111100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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