#55757C

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

Shades of Blue Bayoux #55757C

Tints of Blue Bayoux #55757C

Color information

#55757C (or 0x55757C) is unknown color: approx Blue Bayoux. HEX triplet: 55, 75 and 7C. RGB value is (85,117,124). Sum of RGB (Red+Green+Blue) = 85+117+124=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #55757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55757C is #AA8A83. Grayscale: #6C6C6C. Windows color (decimal): -11176580 or 8156501. OLE color: 8156501.

HSL color Cylindrical-coordinate representation of color #55757C: hue angle of 190.77º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55757C is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB85117124-
CMYK0.310.0600.51
HSL190.77º18.66%40.98%-
HSV(B)190.77º31.45%48.63%-
XYZ13.7516.1121.45-
YUV108.23136.9111.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=26.07%
G=35.89%
B=38.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851171240.310.0600.51190.7718.6640.98
Hex55757C1F6033bf1329
Octal1251651743760632772351
Binary1010101111010111111001111111001100111011111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55757C; }

 p { color: rgb(85,117,124); }

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

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

 a { background-color: rgb(85,117,124); }

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

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

 span { border-color: rgb(85,117,124); }

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