Html Css Color HEX #5A5968 Smoky

📋 copy color: '#5A5968'

red 90 ◦ green 89 ◦ blue 104

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

Shades of Smoky #5A5968

Tints of Smoky #5A5968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 31.8%
G = 31.45%
B = 36.75%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5A5968 (or 0x5A5968) is known color: Smoky. HEX triplet: 5A, 59 and 68. RGB value is (90,89,104). Sum of RGB (Red+Green+Blue) = 90+89+104=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A5968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5968 is #A5A697. Grayscale: #5A5A5A. Windows color (decimal): -10856088 or 6838618. OLE color: 6838618.

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

Color convert

RGB 90 89 104 -
CMYK 0.13 0.14 0 0.59
HSL 244º 0.08% 0.38% -
HSV(B) 244º 0.14% 0.41% -
XYZ 10.29 10.32 14.55 -
YUV 91.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 90 89 104 0.13 0.14 0 0.59 244 0.08 0.38
Hex 5A 59 68 D E 0 3B F4 8 26
Octal 132 131 150 15 16 0 73 364 10 46
Binary 1011010 1011001 1101000 1101 1110 0 111011 11110100 1000 100110

Color Harmonies of #5A5968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5968

Black with #5A5968

Text Example


Text Example

White with #5A5968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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