Html Css Color HEX #557572 William

📋 copy color: '#557572'

red 85 ◦ green 117 ◦ blue 114

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

Shades of William #557572

Tints of William #557572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.03%

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

R = 26.9%
G = 37.03%
B = 36.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#557572 (or 0x557572) is known color: William. HEX triplet: 55, 75 and 72. RGB value is (85,117,114). Sum of RGB (Red+Green+Blue) = 85+117+114=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #557572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557572 is #AA8A8D. Grayscale: #6B6B6B. Windows color (decimal): -11176590 or 7501141. OLE color: 7501141.

HSL color Cylindrical-coordinate representation of color #557572: hue angle of 174.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557572 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 114 -
CMYK 0.27 0 0.03 0.54
HSL 174.38º 0.16% 0.4% -
HSV(B) 174.38º 0.27% 0.46% -
XYZ 13.14 15.87 18.29 -
YUV 107.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 85 117 114 0.27 0 0.03 0.54 174.38 0.16 0.4
Hex 55 75 72 1B 0 3 36 AE 10 28
Octal 125 165 162 33 0 3 66 256 20 50
Binary 1010101 1110101 1110010 11011 0 11 110110 10101110 10000 101000

Color Harmonies of #557572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557572

Black with #557572

Text Example


Text Example

White with #557572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557572; }

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

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

background-color css

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

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

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

border-color css

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

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

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