Html Css Color HEX #5A586E Smoky

📋 copy color: '#5A586E'

red 90 ◦ green 88 ◦ blue 110

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

Shades of Smoky #5A586E

Tints of Smoky #5A586E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

 BLUE value IS 110 (43.36% from 255) = 38.19%

R = 31.25%
G = 30.56%
B = 38.19%

CMYK

 C value IS 0.18

 M value IS 0.2

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A586E (or 0x5A586E) is known color: Smoky. HEX triplet: 5A, 58 and 6E. RGB value is (90,88,110). Sum of RGB (Red+Green+Blue) = 90+88+110=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A586E is #A5A791. Grayscale: #5B5B5B. Windows color (decimal): -10856338 or 7231578. OLE color: 7231578.

HSL color Cylindrical-coordinate representation of color #5A586E: hue angle of 245.45º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A586E is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 88 110 -
CMYK 0.18 0.2 0 0.57
HSL 245.45º 0.11% 0.39% -
HSV(B) 245.45º 0.2% 0.43% -
XYZ 10.52 10.28 16.18 -
YUV 91.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 90 88 110 0.18 0.2 0 0.57 245.45 0.11 0.39
Hex 5A 58 6E 12 14 0 39 F5 B 27
Octal 132 130 156 22 24 0 71 365 13 47
Binary 1011010 1011000 1101110 10010 10100 0 111001 11110101 1011 100111

Color Harmonies of #5A586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A586E

Black with #5A586E

Text Example


Text Example

White with #5A586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,88,110); }

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

background-color css

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

 a { background-color: rgb(90,88,110); }

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

border-color css

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

 span { border-color: rgb(90,88,110); }

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