#55757B

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

Shades of Blue Bayoux #55757B

Tints of Blue Bayoux #55757B

Color information

#55757B (or 0x55757B) is unknown color: approx Blue Bayoux. HEX triplet: 55, 75 and 7B. RGB value is (85,117,123). Sum of RGB (Red+Green+Blue) = 85+117+123=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #55757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55757B is #AA8A84. Grayscale: #6C6C6C. Windows color (decimal): -11176581 or 8090965. OLE color: 8090965.

HSL color Cylindrical-coordinate representation of color #55757B: hue angle of 189.47º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55757B is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB85117123-
CMYK0.310.0500.52
HSL189.47º18.27%40.78%-
HSV(B)189.47º30.89%48.24%-
XYZ13.6816.0821.12-
YUV108.12136.4111.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=26.15%
G=36%
B=37.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851171230.310.0500.52189.4718.2740.78
Hex55757B1F5034bd1229
Octal1251651733750642752251
Binary1010101111010111110111111110101101001011110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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