#587680

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

Shades of Blue Bayoux #587680

Tints of Blue Bayoux #587680

Color information

#587680 (or 0x587680) is unknown color: approx Blue Bayoux. HEX triplet: 58, 76 and 80. RGB value is (88,118,128). Sum of RGB (Red+Green+Blue) = 88+118+128=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #587680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587680 is #A7897F. Grayscale: #6E6E6E. Windows color (decimal): -10979712 or 8418904. OLE color: 8418904.

HSL color Cylindrical-coordinate representation of color #587680: hue angle of 195º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #587680 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB88118128-
CMYK0.310.0800.50
HSL195º18.52%42.35%-
HSV(B)195º31.25%50.2%-
XYZ14.416.5922.87-
YUV110.17138.06112.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 128 (50.39% from 255) = 38.32%
R=26.35%
G=35.33%
B=38.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881181280.310.0800.5019518.5242.35
Hex5876801F8032c3132a
Octal13016620037100623032352
Binary101100011101101000000011111100001100101100001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587680; }

 p { color: rgb(88,118,128); }

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

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

 a { background-color: rgb(88,118,128); }

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

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

 span { border-color: rgb(88,118,128); }

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