Html Css Color HEX #576A57 Nandor

📋 copy color: '#576A57'

red 87 ◦ green 106 ◦ blue 87

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

Shades of Nandor #576A57

Tints of Nandor #576A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 31.07%
G = 37.86%
B = 31.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#576A57 (or 0x576A57) is known color: Nandor. HEX triplet: 57, 6A and 57. RGB value is (87,106,87). Sum of RGB (Red+Green+Blue) = 87+106+87=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 106 - color contains mainly: green. Hex color #576A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A57 is #A895A8. Grayscale: #626262. Windows color (decimal): -11048361 or 5728855. OLE color: 5728855.

HSL color Cylindrical-coordinate representation of color #576A57: hue angle of 120º 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 #576A57 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 106 87 -
CMYK 0.18 0 0.18 0.58
HSL 120º 0.1% 0.38% -
HSV(B) 120º 0.18% 0.42% -
XYZ 10.8 13.02 10.96 -
YUV 98.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 87 106 87 0.18 0 0.18 0.58 120 0.1 0.38
Hex 57 6A 57 12 0 12 3A 78 A 26
Octal 127 152 127 22 0 22 72 170 12 46
Binary 1010111 1101010 1010111 10010 0 10010 111010 1111000 1010 100110

Color Harmonies of #576A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576A57

Black with #576A57

Text Example


Text Example

White with #576A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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