#557277

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

Shades of Blue Bayoux #557277

Tints of Blue Bayoux #557277

Color information

#557277 (or 0x557277) is unknown color: approx Blue Bayoux. HEX triplet: 55, 72 and 77. RGB value is (85,114,119). Sum of RGB (Red+Green+Blue) = 85+114+119=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #557277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557277 is #AA8D88. Grayscale: #696969. Windows color (decimal): -11177353 or 7828053. OLE color: 7828053.

HSL color Cylindrical-coordinate representation of color #557277: hue angle of 188.82º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557277 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB85114119-
CMYK0.290.0400.53
HSL188.82º16.67%40%-
HSV(B)188.82º28.57%46.67%-
XYZ13.0915.319.72-
YUV105.9135.39113.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=26.73%
G=35.85%
B=37.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851141190.290.0400.53188.8216.6740
Hex5572771D4035bd1128
Octal1251621673540652752150
Binary1010101111001011101111110110001101011011110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557277; }

 p { color: rgb(85,114,119); }

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

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

 a { background-color: rgb(85,114,119); }

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

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

 span { border-color: rgb(85,114,119); }

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