Html Css Color HEX #5A5674 Smoky

📋 copy color: '#5A5674'

red 90 ◦ green 86 ◦ blue 116

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

Shades of Smoky #5A5674

Tints of Smoky #5A5674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 30.82%
G = 29.45%
B = 39.73%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A5674 (or 0x5A5674) is known color: Smoky. HEX triplet: 5A, 56 and 74. RGB value is (90,86,116). Sum of RGB (Red+Green+Blue) = 90+86+116=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5674 is #A5A98B. Grayscale: #5A5A5A. Windows color (decimal): -10856844 or 7624282. OLE color: 7624282.

HSL color Cylindrical-coordinate representation of color #5A5674: hue angle of 248º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5674 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 86 116 -
CMYK 0.22 0.26 0 0.55
HSL 248º 0.15% 0.4% -
HSV(B) 248º 0.26% 0.45% -
XYZ 10.7 10.09 17.91 -
YUV 90.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 90 86 116 0.22 0.26 0 0.55 248 0.15 0.4
Hex 5A 56 74 16 1A 0 37 F8 F 28
Octal 132 126 164 26 32 0 67 370 17 50
Binary 1011010 1010110 1110100 10110 11010 0 110111 11111000 1111 101000

Color Harmonies of #5A5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5674

Black with #5A5674

Text Example


Text Example

White with #5A5674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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