Html Css Color HEX #5B635B Nandor

📋 copy color: '#5B635B'

red 91 ◦ green 99 ◦ blue 91

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

Shades of Nandor #5B635B

Tints of Nandor #5B635B

RGB

 RED value IS 91 (35.94% from 255) = 32.38%

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

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 32.38%
G = 35.23%
B = 32.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#5B635B (or 0x5B635B) is known color: Nandor. HEX triplet: 5B, 63 and 5B. RGB value is (91,99,91). Sum of RGB (Red+Green+Blue) = 91+99+91=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 99 - color contains mainly: green. Hex color #5B635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B635B is #A49CA4. Grayscale: #5F5F5F. Windows color (decimal): -10788005 or 5989211. OLE color: 5989211.

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

Color convert

RGB 91 99 91 -
CMYK 0.08 0 0.08 0.61
HSL 120º 0.04% 0.37% -
HSV(B) 120º 0.08% 0.39% -
XYZ 10.66 11.9 11.63 -
YUV 95.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 91 99 91 0.08 0 0.08 0.61 120 0.04 0.37
Hex 5B 63 5B 8 0 8 3D 78 4 25
Octal 133 143 133 10 0 10 75 170 4 45
Binary 1011011 1100011 1011011 1000 0 1000 111101 1111000 100 100101

Color Harmonies of #5B635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B635B

Black with #5B635B

Text Example


Text Example

White with #5B635B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B635B; }

 p { color: rgb(91,99,91); }

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

background-color css

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

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

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

border-color css

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

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

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