#557069

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

Shades of William #557069

Tints of William #557069

Color information

#557069 (or 0x557069) is unknown color: approx William. HEX triplet: 55, 70 and 69. RGB value is (85,112,105). Sum of RGB (Red+Green+Blue) = 85+112+105=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #557069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557069 is #AA8F96. Grayscale: #676767. Windows color (decimal): -11177879 or 6910037. OLE color: 6910037.

HSL color Cylindrical-coordinate representation of color #557069: hue angle of 164.44º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #557069 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB85112105-
CMYK0.2400.060.56
HSL164.44º13.71%38.63%-
HSV(B)164.44º24.11%43.92%-
XYZ12.0914.5415.53-
YUV103.13129.05115.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=28.15%
G=37.09%
B=34.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851121050.2400.060.56164.4413.7138.63
Hex557069180638a4e27
Octal1251601513006702441647
Binary101010111100001101001110000110111000101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557069; }

 p { color: rgb(85,112,105); }

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

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

 a { background-color: rgb(85,112,105); }

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

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

 span { border-color: rgb(85,112,105); }

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