#587278

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

Shades of Blue Bayoux #587278

Tints of Blue Bayoux #587278

Color information

#587278 (or 0x587278) is unknown color: approx Blue Bayoux. HEX triplet: 58, 72 and 78. RGB value is (88,114,120). Sum of RGB (Red+Green+Blue) = 88+114+120=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 120 - color contains mainly: blue. Hex color #587278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587278 is #A78D87. Grayscale: #6A6A6A. Windows color (decimal): -10980744 or 7893592. OLE color: 7893592.

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

Color convert

RGB88114120-
CMYK0.270.0500.53
HSL191.25º15.38%40.78%-
HSV(B)191.25º26.67%47.06%-
XYZ13.4315.4720.05-
YUV106.91135.39114.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.33%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=27.33%
G=35.40%
B=37.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881141200.270.0500.53191.2515.3840.78
Hex5872781B5035bff29
Octal1301621703350652771751
Binary101100011100101111000110111010110101101111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587278; }

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

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

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

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

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

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

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

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