#55737E

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

Shades of Blue Bayoux #55737E

Tints of Blue Bayoux #55737E

Color information

#55737E (or 0x55737E) is unknown color: approx Blue Bayoux. HEX triplet: 55, 73 and 7E. RGB value is (85,115,126). Sum of RGB (Red+Green+Blue) = 85+115+126=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #55737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55737E is #AA8C81. Grayscale: #6B6B6B. Windows color (decimal): -11177090 or 8287061. OLE color: 8287061.

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

Color convert

RGB85115126-
CMYK0.330.0900.51
HSL196.1º19.43%41.37%-
HSV(B)196.1º32.54%49.41%-
XYZ13.6415.722.05-
YUV107.28138.56112.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=26.07%
G=35.28%
B=38.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851151260.330.0900.51196.119.4341.37
Hex55737E219033c41329
Octal12516317641110633042351
Binary101010111100111111110100001100101100111100010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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