#55737D

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

Shades of Blue Bayoux #55737D

Tints of Blue Bayoux #55737D

Color information

#55737D (or 0x55737D) is unknown color: approx Blue Bayoux. HEX triplet: 55, 73 and 7D. RGB value is (85,115,125). Sum of RGB (Red+Green+Blue) = 85+115+125=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #55737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55737D is #AA8C82. Grayscale: #6B6B6B. Windows color (decimal): -11177091 or 8221525. OLE color: 8221525.

HSL color Cylindrical-coordinate representation of color #55737D: hue angle of 195º 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 #55737D is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB85115125-
CMYK0.320.0800.51
HSL195º19.05%41.18%-
HSV(B)195º32%49.02%-
XYZ13.5815.6721.71-
YUV107.17138.06112.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=26.15%
G=35.38%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851151250.320.0800.5119519.0541.18
Hex55737D208033c31329
Octal12516317540100633032351
Binary101010111100111111101100000100001100111100001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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