Html Css Color HEX #5A5960 Smoky

📋 copy color: '#5A5960'

red 90 ◦ green 89 ◦ blue 96

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

Shades of Smoky #5A5960

Tints of Smoky #5A5960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

 BLUE value IS 96 (37.89% from 255) = 34.91%

R = 32.73%
G = 32.36%
B = 34.91%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A5960 (or 0x5A5960) is known color: Smoky. HEX triplet: 5A, 59 and 60. RGB value is (90,89,96). Sum of RGB (Red+Green+Blue) = 90+89+96=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A5960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5960 is #A5A69F. Grayscale: #5A5A5A. Windows color (decimal): -10856096 or 6314330. OLE color: 6314330.

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

Color convert

RGB 90 89 96 -
CMYK 0.06 0.07 0 0.62
HSL 248.57º 0.04% 0.36% -
HSV(B) 248.57º 0.07% 0.38% -
XYZ 9.9 10.16 12.51 -
YUV 90.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 90 89 96 0.06 0.07 0 0.62 248.57 0.04 0.36
Hex 5A 59 60 6 7 0 3E F9 4 24
Octal 132 131 140 6 7 0 76 371 4 44
Binary 1011010 1011001 1100000 110 111 0 111110 11111001 100 100100

Color Harmonies of #5A5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5960

Black with #5A5960

Text Example


Text Example

White with #5A5960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,89,96); }

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

background-color css

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

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

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

border-color css

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

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

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