#587A81

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

Shades of Blue Bayoux #587A81

Tints of Blue Bayoux #587A81

Color information

#587A81 (or 0x587A81) is unknown color: approx Blue Bayoux. HEX triplet: 58, 7A and 81. RGB value is (88,122,129). Sum of RGB (Red+Green+Blue) = 88+122+129=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 129 - color contains mainly: blue. Hex color #587A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A81 is #A7857E. Grayscale: #707070. Windows color (decimal): -10978687 or 8485464. OLE color: 8485464.

HSL color Cylindrical-coordinate representation of color #587A81: hue angle of 190.24º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #587A81 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB88122129-
CMYK0.320.0500.49
HSL190.24º18.89%42.55%-
HSV(B)190.24º31.78%50.59%-
XYZ14.9517.5823.37-
YUV112.63137.24110.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.96%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=25.96%
G=35.99%
B=38.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881221290.320.0500.49190.2418.8942.55
Hex587A81205031be132b
Octal1301722014050612762353
Binary101100011110101000000110000010101100011011111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,122,129); }

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

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

 a { background-color: rgb(88,122,129); }

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

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

 span { border-color: rgb(88,122,129); }

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