Html Css Color HEX #5A5962 Smoky

📋 copy color: '#5A5962'

red 90 ◦ green 89 ◦ blue 98

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

Shades of Smoky #5A5962

Tints of Smoky #5A5962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.38%

R = 32.49%
G = 32.13%
B = 35.38%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A5962 (or 0x5A5962) is known color: Smoky. HEX triplet: 5A, 59 and 62. RGB value is (90,89,98). Sum of RGB (Red+Green+Blue) = 90+89+98=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A5962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5962 is #A5A69D. Grayscale: #5A5A5A. Windows color (decimal): -10856094 or 6445402. OLE color: 6445402.

HSL color Cylindrical-coordinate representation of color #5A5962: hue angle of 246.67º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A5962 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 89 98 -
CMYK 0.08 0.09 0 0.62
HSL 246.67º 0.05% 0.37% -
HSV(B) 246.67º 0.09% 0.38% -
XYZ 9.99 10.2 13 -
YUV 90.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 90 89 98 0.08 0.09 0 0.62 246.67 0.05 0.37
Hex 5A 59 62 8 9 0 3E F7 5 25
Octal 132 131 142 10 11 0 76 367 5 45
Binary 1011010 1011001 1100010 1000 1001 0 111110 11110111 101 100101

Color Harmonies of #5A5962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5962

Black with #5A5962

Text Example


Text Example

White with #5A5962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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