Html Css Color HEX #5A5666 Smoky

📋 copy color: '#5A5666'

red 90 ◦ green 86 ◦ blue 102

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

Shades of Smoky #5A5666

Tints of Smoky #5A5666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.94%

 BLUE value IS 102 (40.23% from 255) = 36.69%

R = 32.37%
G = 30.94%
B = 36.69%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5A5666 (or 0x5A5666) is known color: Smoky. HEX triplet: 5A, 56 and 66. RGB value is (90,86,102). Sum of RGB (Red+Green+Blue) = 90+86+102=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A5666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5666 is #A5A999. Grayscale: #585858. Windows color (decimal): -10856858 or 6706778. OLE color: 6706778.

HSL color Cylindrical-coordinate representation of color #5A5666: hue angle of 255º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A5666 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 90 86 102 -
CMYK 0.12 0.16 0 0.6
HSL 255º 0.09% 0.37% -
HSV(B) 255º 0.16% 0.4% -
XYZ 9.94 9.79 13.94 -
YUV 89.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 90 86 102 0.12 0.16 0 0.6 255 0.09 0.37
Hex 5A 56 66 C 10 0 3C FF 9 25
Octal 132 126 146 14 20 0 74 377 11 45
Binary 1011010 1010110 1100110 1100 10000 0 111100 11111111 1001 100101

Color Harmonies of #5A5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5666

Black with #5A5666

Text Example


Text Example

White with #5A5666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,86,102); }

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

background-color css

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

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

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

border-color css

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

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

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