#55757D

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

Shades of Blue Bayoux #55757D

Tints of Blue Bayoux #55757D

Color information

#55757D (or 0x55757D) is unknown color: approx Blue Bayoux. HEX triplet: 55, 75 and 7D. RGB value is (85,117,125). Sum of RGB (Red+Green+Blue) = 85+117+125=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #55757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55757D is #AA8A82. Grayscale: #6C6C6C. Windows color (decimal): -11176579 or 8222037. OLE color: 8222037.

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

Color convert

RGB85117125-
CMYK0.320.0600.51
HSL192º19.05%41.18%-
HSV(B)192º32%49.02%-
XYZ13.8116.1321.79-
YUV108.34137.4111.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=25.99%
G=35.78%
B=38.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851171250.320.0600.5119219.0541.18
Hex55757D206033c01329
Octal1251651754060633002351
Binary10101011110101111110110000011001100111100000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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