Html Css Color HEX #5B685B Nandor

📋 copy color: '#5B685B'

red 91 ◦ green 104 ◦ blue 91

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

Shades of Nandor #5B685B

Tints of Nandor #5B685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

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

R = 31.82%
G = 36.36%
B = 31.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#5B685B (or 0x5B685B) is known color: Nandor. HEX triplet: 5B, 68 and 5B. RGB value is (91,104,91). Sum of RGB (Red+Green+Blue) = 91+104+91=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #5B685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B685B is #A497A4. Grayscale: #626262. Windows color (decimal): -10786725 or 5990491. OLE color: 5990491.

HSL color Cylindrical-coordinate representation of color #5B685B: hue angle of 120º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B685B is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 104 91 -
CMYK 0.12 0 0.12 0.59
HSL 120º 0.07% 0.38% -
HSV(B) 120º 0.13% 0.41% -
XYZ 11.15 12.88 11.8 -
YUV 98.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 91 104 91 0.12 0 0.12 0.59 120 0.07 0.38
Hex 5B 68 5B C 0 C 3B 78 7 26
Octal 133 150 133 14 0 14 73 170 7 46
Binary 1011011 1101000 1011011 1100 0 1100 111011 1111000 111 100110

Color Harmonies of #5B685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B685B

Black with #5B685B

Text Example


Text Example

White with #5B685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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