Html Css Color HEX #5A566C Smoky

📋 copy color: '#5A566C'

red 90 ◦ green 86 ◦ blue 108

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

Shades of Smoky #5A566C

Tints of Smoky #5A566C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 31.69%
G = 30.28%
B = 38.03%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5A566C (or 0x5A566C) is known color: Smoky. HEX triplet: 5A, 56 and 6C. RGB value is (90,86,108). Sum of RGB (Red+Green+Blue) = 90+86+108=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A566C is #A5A993. Grayscale: #595959. Windows color (decimal): -10856852 or 7099994. OLE color: 7099994.

HSL color Cylindrical-coordinate representation of color #5A566C: hue angle of 250.91º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A566C is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 86 108 -
CMYK 0.17 0.20 0 0.58
HSL 250.91º 0.11% 0.38% -
HSV(B) 250.91º 0.2% 0.42% -
XYZ 10.25 9.91 15.56 -
YUV 89.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 90 86 108 0.17 0.20 0 0.58 250.91 0.11 0.38
Hex 5A 56 6C 11 14 0 3A FB B 26
Octal 132 126 154 21 24 0 72 373 13 46
Binary 1011010 1010110 1101100 10001 10100 0 111010 11111011 1011 100110

Color Harmonies of #5A566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A566C

Black with #5A566C

Text Example


Text Example

White with #5A566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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