Html Css Color HEX #566355 Nandor

📋 copy color: '#566355'

red 86 ◦ green 99 ◦ blue 85

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

Shades of Nandor #566355

Tints of Nandor #566355

RGB

 RED value IS 86 (33.98% from 255) = 31.85%

 GREEN value IS 99 (39.06% from 255) = 36.67%

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 31.85%
G = 36.67%
B = 31.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#566355 (or 0x566355) is known color: Nandor. HEX triplet: 56, 63 and 55. RGB value is (86,99,85). Sum of RGB (Red+Green+Blue) = 86+99+85=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 99 - color contains mainly: green. Hex color #566355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566355 is #A99CAA. Grayscale: #5D5D5D. Windows color (decimal): -11115691 or 5595990. OLE color: 5595990.

HSL color Cylindrical-coordinate representation of color #566355: hue angle of 115.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #566355 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 99 85 -
CMYK 0.13 0 0.14 0.61
HSL 115.71º 0.08% 0.36% -
HSV(B) 115.71º 0.14% 0.39% -
XYZ 9.94 11.56 10.3 -
YUV 93.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 86 99 85 0.13 0 0.14 0.61 115.71 0.08 0.36
Hex 56 63 55 D 0 E 3D 74 8 24
Octal 126 143 125 15 0 16 75 164 10 44
Binary 1010110 1100011 1010101 1101 0 1110 111101 1110100 1000 100100

Color Harmonies of #566355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566355

Black with #566355

Text Example


Text Example

White with #566355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566355; }

 p { color: rgb(86,99,85); }

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

background-color css

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

 a { background-color: rgb(86,99,85); }

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

border-color css

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

 span { border-color: rgb(86,99,85); }

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