#587883

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

Shades of Blue Bayoux #587883

Tints of Blue Bayoux #587883

Color information

#587883 (or 0x587883) is unknown color: approx Blue Bayoux. HEX triplet: 58, 78 and 83. RGB value is (88,120,131). Sum of RGB (Red+Green+Blue) = 88+120+131=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 131 - color contains mainly: blue. Hex color #587883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587883 is #A7877C. Grayscale: #6F6F6F. Windows color (decimal): -10979197 or 8616024. OLE color: 8616024.

HSL color Cylindrical-coordinate representation of color #587883: hue angle of 195.35º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #587883 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB88120131-
CMYK0.330.0800.49
HSL195.35º19.63%42.94%-
HSV(B)195.35º32.82%51.37%-
XYZ14.8417.1524-
YUV111.69138.9111.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.96%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=25.96%
G=35.40%
B=38.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881201310.330.0800.49195.3519.6342.94
Hex587883218031c3142b
Octal13017020341100613032453
Binary1011000111100010000011100001100001100011100001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587883; }

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

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

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

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

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

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

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

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