Html Css Color HEX #575D57 Nandor

📋 copy color: '#575D57'

red 87 ◦ green 93 ◦ blue 87

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

Shades of Nandor #575D57

Tints of Nandor #575D57

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.83%

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

R = 32.58%
G = 34.83%
B = 32.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.64

RGB Variations

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

Color information

#575D57 (or 0x575D57) is known color: Nandor. HEX triplet: 57, 5D and 57. RGB value is (87,93,87). Sum of RGB (Red+Green+Blue) = 87+93+87=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 93 - color contains mainly: green. Hex color #575D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D57 is #A8A2A8. Grayscale: #5A5A5A. Windows color (decimal): -11051689 or 5725527. OLE color: 5725527.

HSL color Cylindrical-coordinate representation of color #575D57: hue angle of 120º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #575D57 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 93 87 -
CMYK 0.06 0 0.06 0.64
HSL 120º 0.03% 0.35% -
HSV(B) 120º 0.06% 0.36% -
XYZ 9.57 10.54 10.55 -
YUV 90.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 87 93 87 0.06 0 0.06 0.64 120 0.03 0.35
Hex 57 5D 57 6 0 6 40 78 3 23
Octal 127 135 127 6 0 6 100 170 3 43
Binary 1010111 1011101 1010111 110 0 110 1000000 1111000 11 100011

Color Harmonies of #575D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D57

Black with #575D57

Text Example


Text Example

White with #575D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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