#587881

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

Shades of Blue Bayoux #587881

Tints of Blue Bayoux #587881

Color information

#587881 (or 0x587881) is unknown color: approx Blue Bayoux. HEX triplet: 58, 78 and 81. RGB value is (88,120,129). Sum of RGB (Red+Green+Blue) = 88+120+129=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #587881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587881 is #A7877E. Grayscale: #6F6F6F. Windows color (decimal): -10979199 or 8484952. OLE color: 8484952.

HSL color Cylindrical-coordinate representation of color #587881: hue angle of 193.17º 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 #587881 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB88120129-
CMYK0.320.0700.49
HSL193.17º18.89%42.55%-
HSV(B)193.17º31.78%50.59%-
XYZ14.717.0923.29-
YUV111.46137.9111.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.11%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=26.11%
G=35.61%
B=38.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881201290.320.0700.49193.1718.8942.55
Hex587881207031c1132b
Octal1301702014070613012353
Binary101100011110001000000110000011101100011100000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587881; }

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

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

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

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

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

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

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

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