Html Css Color HEX #576F70 William

📋 copy color: '#576F70'

red 87 ◦ green 111 ◦ blue 112

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

Shades of William #576F70

Tints of William #576F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

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

R = 28.06%
G = 35.81%
B = 36.13%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#576F70 (or 0x576F70) is known color: William. HEX triplet: 57, 6F and 70. RGB value is (87,111,112). Sum of RGB (Red+Green+Blue) = 87+111+112=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #576F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F70 is #A8908F. Grayscale: #676767. Windows color (decimal): -11047056 or 7368535. OLE color: 7368535.

HSL color Cylindrical-coordinate representation of color #576F70: hue angle of 182.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #576F70 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 111 112 -
CMYK 0.22 0.01 0 0.56
HSL 182.4º 0.13% 0.39% -
HSV(B) 182.4º 0.22% 0.44% -
XYZ 12.54 14.56 17.48 -
YUV 103.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 87 111 112 0.22 0.01 0 0.56 182.4 0.13 0.39
Hex 57 6F 70 16 1 0 38 B6 D 27
Octal 127 157 160 26 1 0 70 266 15 47
Binary 1010111 1101111 1110000 10110 1 0 111000 10110110 1101 100111

Color Harmonies of #576F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F70

Black with #576F70

Text Example


Text Example

White with #576F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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