#587A84

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

Shades of Blue Bayoux #587A84

Tints of Blue Bayoux #587A84

Color information

#587A84 (or 0x587A84) is unknown color: approx Blue Bayoux. HEX triplet: 58, 7A and 84. RGB value is (88,122,132). Sum of RGB (Red+Green+Blue) = 88+122+132=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #587A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A84 is #A7857B. Grayscale: #707070. Windows color (decimal): -10978684 or 8682072. OLE color: 8682072.

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

Color convert

RGB88122132-
CMYK0.330.0800.48
HSL193.64º20%43.14%-
HSV(B)193.64º33.33%51.76%-
XYZ15.1517.6624.44-
YUV112.97138.74110.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=25.73%
G=35.67%
B=38.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881221320.330.0800.48193.642043.14
Hex587A84218030c2142b
Octal13017220441100603022453
Binary1011000111101010000100100001100001100001100001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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