#587B80

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

Shades of Blue Bayoux #587B80

Tints of Blue Bayoux #587B80

Color information

#587B80 (or 0x587B80) is unknown color: approx Blue Bayoux. HEX triplet: 58, 7B and 80. RGB value is (88,123,128). Sum of RGB (Red+Green+Blue) = 88+123+128=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #587B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587B80 is #A7847F. Grayscale: #717171. Windows color (decimal): -10978432 or 8420184. OLE color: 8420184.

HSL color Cylindrical-coordinate representation of color #587B80: hue angle of 187.5º 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 #587B80 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB88123128-
CMYK0.310.0400.50
HSL187.5º18.52%42.35%-
HSV(B)187.5º31.25%50.2%-
XYZ1517.823.07-
YUV113.1136.4110.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.96%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=25.96%
G=36.28%
B=37.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881231280.310.0400.50187.518.5242.35
Hex587B801F4032bc132a
Octal1301732003740622742352
Binary10110001111011100000001111110001100101011110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587B80; }

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

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

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

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

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

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

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

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