#587479

Color #587479 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #587479

Tints of Blue Bayoux #587479

Color information

#587479 (or 0x587479) is unknown color: approx Blue Bayoux. HEX triplet: 58, 74 and 79. RGB value is (88,116,121). Sum of RGB (Red+Green+Blue) = 88+116+121=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 121 - color contains mainly: blue. Hex color #587479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587479 is #A78B86. Grayscale: #6C6C6C. Windows color (decimal): -10980231 or 7959640. OLE color: 7959640.

HSL color Cylindrical-coordinate representation of color #587479: hue angle of 189.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #587479 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB88116121-
CMYK0.270.0400.53
HSL189.09º15.79%40.98%-
HSV(B)189.09º27.27%47.45%-
XYZ13.7215.9520.44-
YUV108.2135.22113.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=27.08%
G=35.69%
B=37.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881161210.270.0400.53189.0915.7940.98
Hex5874791B4035bd1029
Octal1301641713340652752051
Binary1011000111010011110011101110001101011011110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587479; }

 p { color: rgb(88,116,121); }

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

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

 a { background-color: rgb(88,116,121); }

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

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

 span { border-color: rgb(88,116,121); }

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