Html Css Color HEX #5A5672 Smoky

📋 copy color: '#5A5672'

red 90 ◦ green 86 ◦ blue 114

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

Shades of Smoky #5A5672

Tints of Smoky #5A5672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 31.03%
G = 29.66%
B = 39.31%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A5672 (or 0x5A5672) is known color: Smoky. HEX triplet: 5A, 56 and 72. RGB value is (90,86,114). Sum of RGB (Red+Green+Blue) = 90+86+114=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5672 is #A5A98D. Grayscale: #5A5A5A. Windows color (decimal): -10856846 or 7493210. OLE color: 7493210.

HSL color Cylindrical-coordinate representation of color #5A5672: hue angle of 248.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A5672 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 86 114 -
CMYK 0.21 0.25 0 0.55
HSL 248.57º 0.14% 0.39% -
HSV(B) 248.57º 0.25% 0.45% -
XYZ 10.58 10.04 17.3 -
YUV 90.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 90 86 114 0.21 0.25 0 0.55 248.57 0.14 0.39
Hex 5A 56 72 15 19 0 37 F9 E 27
Octal 132 126 162 25 31 0 67 371 16 47
Binary 1011010 1010110 1110010 10101 11001 0 110111 11111001 1110 100111

Color Harmonies of #5A5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5672

Black with #5A5672

Text Example


Text Example

White with #5A5672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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