Html Css Color HEX #577270 William

📋 copy color: '#577270'

red 87 ◦ green 114 ◦ blue 112

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

Shades of William #577270

Tints of William #577270

RGB

 RED value IS 87 (34.38% from 255) = 27.8%

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 27.8%
G = 36.42%
B = 35.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#577270 (or 0x577270) is known color: William. HEX triplet: 57, 72 and 70. RGB value is (87,114,112). Sum of RGB (Red+Green+Blue) = 87+114+112=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #577270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577270 is #A88D8F. Grayscale: #696969. Windows color (decimal): -11046288 or 7369303. OLE color: 7369303.

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

Color convert

RGB 87 114 112 -
CMYK 0.24 0 0.02 0.55
HSL 175.56º 0.13% 0.39% -
HSV(B) 175.56º 0.24% 0.45% -
XYZ 12.87 15.23 17.59 -
YUV 105.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 87 114 112 0.24 0 0.02 0.55 175.56 0.13 0.39
Hex 57 72 70 18 0 2 37 B0 D 27
Octal 127 162 160 30 0 2 67 260 15 47
Binary 1010111 1110010 1110000 11000 0 10 110111 10110000 1101 100111

Color Harmonies of #577270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577270

Black with #577270

Text Example


Text Example

White with #577270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577270; }

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

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

background-color css

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

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

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

border-color css

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

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

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