Html Css Color HEX #5A685A Nandor

📋 copy color: '#5A685A'

red 90 ◦ green 104 ◦ blue 90

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

Shades of Nandor #5A685A

Tints of Nandor #5A685A

RGB

 RED value IS 90 (35.55% from 255) = 31.69%

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

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 31.69%
G = 36.62%
B = 31.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#5A685A (or 0x5A685A) is known color: Nandor. HEX triplet: 5A, 68 and 5A. RGB value is (90,104,90). Sum of RGB (Red+Green+Blue) = 90+104+90=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #5A685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A685A is #A597A5. Grayscale: #626262. Windows color (decimal): -10852262 or 5924954. OLE color: 5924954.

HSL color Cylindrical-coordinate representation of color #5A685A: 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.13%. Process color model (Four color, CMYK) of #5A685A is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 104 90 -
CMYK 0.13 0 0.13 0.59
HSL 120º 0.07% 0.38% -
HSV(B) 120º 0.13% 0.41% -
XYZ 11.01 12.81 11.57 -
YUV 98.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 90 104 90 0.13 0 0.13 0.59 120 0.07 0.38
Hex 5A 68 5A D 0 D 3B 78 7 26
Octal 132 150 132 15 0 15 73 170 7 46
Binary 1011010 1101000 1011010 1101 0 1101 111011 1111000 111 100110

Color Harmonies of #5A685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A685A

Black with #5A685A

Text Example


Text Example

White with #5A685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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