Html Css Color HEX #577570 William

📋 copy color: '#577570'

red 87 ◦ green 117 ◦ blue 112

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

Shades of William #577570

Tints of William #577570

RGB

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

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

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

R = 27.53%
G = 37.03%
B = 35.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#577570 (or 0x577570) is known color: William. HEX triplet: 57, 75 and 70. RGB value is (87,117,112). Sum of RGB (Red+Green+Blue) = 87+117+112=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #577570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577570 is #A88A8F. Grayscale: #6B6B6B. Windows color (decimal): -11045520 or 7370071. OLE color: 7370071.

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

Color convert

RGB 87 117 112 -
CMYK 0.26 0 0.04 0.54
HSL 170º 0.15% 0.4% -
HSV(B) 170º 0.26% 0.46% -
XYZ 13.22 15.92 17.71 -
YUV 107.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 87 117 112 0.26 0 0.04 0.54 170 0.15 0.4
Hex 57 75 70 1A 0 4 36 AA F 28
Octal 127 165 160 32 0 4 66 252 17 50
Binary 1010111 1110101 1110000 11010 0 100 110110 10101010 1111 101000

Color Harmonies of #577570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577570

Black with #577570

Text Example


Text Example

White with #577570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577570; }

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

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

background-color css

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

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

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

border-color css

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

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

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