Html Css Color HEX #576A5F Como

📋 copy color: '#576A5F'

red 87 ◦ green 106 ◦ blue 95

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

Shades of Como #576A5F

Tints of Como #576A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.81%

 BLUE value IS 95 (37.5% from 255) = 32.99%

R = 30.21%
G = 36.81%
B = 32.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#576A5F (or 0x576A5F) is known color: Como. HEX triplet: 57, 6A and 5F. RGB value is (87,106,95). Sum of RGB (Red+Green+Blue) = 87+106+95=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #576A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A5F is #A895A0. Grayscale: #636363. Windows color (decimal): -11048353 or 6253143. OLE color: 6253143.

HSL color Cylindrical-coordinate representation of color #576A5F: hue angle of 145.26º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #576A5F is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 106 95 -
CMYK 0.18 0 0.10 0.58
HSL 145.26º 0.1% 0.38% -
HSV(B) 145.26º 0.18% 0.42% -
XYZ 11.15 13.16 12.78 -
YUV 99.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 87 106 95 0.18 0 0.10 0.58 145.26 0.1 0.38
Hex 57 6A 5F 12 0 A 3A 91 A 26
Octal 127 152 137 22 0 12 72 221 12 46
Binary 1010111 1101010 1011111 10010 0 1010 111010 10010001 1010 100110

Color Harmonies of #576A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576A5F

Black with #576A5F

Text Example


Text Example

White with #576A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,106,95); }

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

background-color css

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

 a { background-color: rgb(87,106,95); }

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

border-color css

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

 span { border-color: rgb(87,106,95); }

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