Html Css Color HEX #575F56 Nandor

📋 copy color: '#575F56'

red 87 ◦ green 95 ◦ blue 86

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

Shades of Nandor #575F56

Tints of Nandor #575F56

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.45%

 BLUE value IS 86 (33.98% from 255) = 32.09%

R = 32.46%
G = 35.45%
B = 32.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#575F56 (or 0x575F56) is known color: Nandor. HEX triplet: 57, 5F and 56. RGB value is (87,95,86). Sum of RGB (Red+Green+Blue) = 87+95+86=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 95 - color contains mainly: green. Hex color #575F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F56 is #A8A0A9. Grayscale: #5B5B5B. Windows color (decimal): -11051178 or 5660503. OLE color: 5660503.

HSL color Cylindrical-coordinate representation of color #575F56: hue angle of 113.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #575F56 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 95 86 -
CMYK 0.08 0 0.09 0.63
HSL 113.33º 0.05% 0.35% -
HSV(B) 113.33º 0.09% 0.37% -
XYZ 9.7 10.88 10.39 -
YUV 91.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 87 95 86 0.08 0 0.09 0.63 113.33 0.05 0.35
Hex 57 5F 56 8 0 9 3F 71 5 23
Octal 127 137 126 10 0 11 77 161 5 43
Binary 1010111 1011111 1010110 1000 0 1001 111111 1110001 101 100011

Color Harmonies of #575F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F56

Black with #575F56

Text Example


Text Example

White with #575F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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