Html Css Color HEX #557069 William

📋 copy color: '#557069'

red 85 ◦ green 112 ◦ blue 105

#557069
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of William #557069

Tints of William #557069

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 value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#557069 (or 0x557069) is known color: 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

RGB 85 112 105 -
CMYK 0.24 0 0.06 0.56
HSL 164.44º 0.14% 0.39% -
HSV(B) 164.44º 0.24% 0.44% -
XYZ 12.09 14.54 15.53 -
YUV 103.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 85 112 105 0.24 0 0.06 0.56 164.44 0.14 0.39
Hex 55 70 69 18 0 6 38 A4 E 27
Octal 125 160 151 30 0 6 70 244 16 47
Binary 1010101 1110000 1101001 11000 0 110 111000 10100100 1110 100111

Color Harmonies of #557069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557069

Black with #557069

Text Example


Text Example

White with #557069

Text Example


Text Example

HTML Codes & Css Web 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>