Html Css Color HEX #557072 William

📋 copy color: '#557072'

red 85 ◦ green 112 ◦ blue 114

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

Shades of William #557072

Tints of William #557072

RGB

 RED value IS 85 (33.59% from 255) = 27.33%

 GREEN value IS 112 (44.14% from 255) = 36.01%

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 27.33%
G = 36.01%
B = 36.66%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#557072 (or 0x557072) is known color: William. HEX triplet: 55, 70 and 72. RGB value is (85,112,114). Sum of RGB (Red+Green+Blue) = 85+112+114=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #557072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557072 is #AA8F8D. Grayscale: #686868. Windows color (decimal): -11177870 or 7499861. OLE color: 7499861.

HSL color Cylindrical-coordinate representation of color #557072: hue angle of 184.14º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557072 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 112 114 -
CMYK 0.25 0.02 0 0.55
HSL 184.14º 0.15% 0.39% -
HSV(B) 184.14º 0.25% 0.45% -
XYZ 12.58 14.73 18.1 -
YUV 104.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 85 112 114 0.25 0.02 0 0.55 184.14 0.15 0.39
Hex 55 70 72 19 2 0 37 B8 F 27
Octal 125 160 162 31 2 0 67 270 17 47
Binary 1010101 1110000 1110010 11001 10 0 110111 10111000 1111 100111

Color Harmonies of #557072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557072

Black with #557072

Text Example


Text Example

White with #557072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557072; }

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

 H1.HeaderClassName
 {
   color: #557072;
 }
 .AnyTagClassName
 {
   color: #557072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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