Html Css Color HEX #576258 Nandor

📋 copy color: '#576258'

red 87 ◦ green 98 ◦ blue 88

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

Shades of Nandor #576258

Tints of Nandor #576258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.9%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 31.87%
G = 35.9%
B = 32.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#576258 (or 0x576258) is known color: Nandor. HEX triplet: 57, 62 and 58. RGB value is (87,98,88). Sum of RGB (Red+Green+Blue) = 87+98+88=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #576258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576258 is #A89DA7. Grayscale: #5D5D5D. Windows color (decimal): -11050408 or 5792343. OLE color: 5792343.

HSL color Cylindrical-coordinate representation of color #576258: hue angle of 125.45º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #576258 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 98 88 -
CMYK 0.11 0 0.10 0.62
HSL 125.45º 0.06% 0.36% -
HSV(B) 125.45º 0.11% 0.38% -
XYZ 10.06 11.47 10.92 -
YUV 93.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 87 98 88 0.11 0 0.10 0.62 125.45 0.06 0.36
Hex 57 62 58 B 0 A 3E 7D 6 24
Octal 127 142 130 13 0 12 76 175 6 44
Binary 1010111 1100010 1011000 1011 0 1010 111110 1111101 110 100100

Color Harmonies of #576258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576258

Black with #576258

Text Example


Text Example

White with #576258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576258; }

 p { color: rgb(87,98,88); }

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

background-color css

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

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

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

border-color css

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

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

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