#587478

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

Shades of Blue Bayoux #587478

Tints of Blue Bayoux #587478

Color information

#587478 (or 0x587478) is unknown color: approx Blue Bayoux. HEX triplet: 58, 74 and 78. RGB value is (88,116,120). Sum of RGB (Red+Green+Blue) = 88+116+120=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #587478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587478 is #A78B87. Grayscale: #6C6C6C. Windows color (decimal): -10980232 or 7894104. OLE color: 7894104.

HSL color Cylindrical-coordinate representation of color #587478: hue angle of 187.5º degrees, saturation: 0.15, 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 #587478 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB88116120-
CMYK0.270.0300.53
HSL187.5º15.38%40.78%-
HSV(B)187.5º26.67%47.06%-
XYZ13.6615.9220.12-
YUV108.08134.72113.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.16%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=27.16%
G=35.80%
B=37.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881161200.270.0300.53187.515.3840.78
Hex5874781B3035bcf29
Octal1301641703330652741751
Binary10110001110100111100011011110110101101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587478; }

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

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

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

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

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

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

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

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