#55747B

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

Shades of Blue Bayoux #55747B

Tints of Blue Bayoux #55747B

Color information

#55747B (or 0x55747B) is unknown color: approx Blue Bayoux. HEX triplet: 55, 74 and 7B. RGB value is (85,116,123). Sum of RGB (Red+Green+Blue) = 85+116+123=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #55747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55747B is #AA8B84. Grayscale: #6B6B6B. Windows color (decimal): -11176837 or 8090709. OLE color: 8090709.

HSL color Cylindrical-coordinate representation of color #55747B: hue angle of 191.05º 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 #55747B is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB85116123-
CMYK0.310.0600.52
HSL191.05º18.27%40.78%-
HSV(B)191.05º30.89%48.24%-
XYZ13.5715.8521.08-
YUV107.53136.73111.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=26.23%
G=35.80%
B=37.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851161230.310.0600.52191.0518.2740.78
Hex55747B1F6034bf1229
Octal1251641733760642772251
Binary1010101111010011110111111111001101001011111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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