Html Css Color HEX #5A5770 Smoky

📋 copy color: '#5A5770'

red 90 ◦ green 87 ◦ blue 112

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

Shades of Smoky #5A5770

Tints of Smoky #5A5770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 31.14%
G = 30.1%
B = 38.75%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A5770 (or 0x5A5770) is known color: Smoky. HEX triplet: 5A, 57 and 70. RGB value is (90,87,112). Sum of RGB (Red+Green+Blue) = 90+87+112=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A5770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5770 is #A5A88F. Grayscale: #5A5A5A. Windows color (decimal): -10856592 or 7362394. OLE color: 7362394.

HSL color Cylindrical-coordinate representation of color #5A5770: hue angle of 247.2º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A5770 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 87 112 -
CMYK 0.20 0.22 0 0.56
HSL 247.2º 0.13% 0.39% -
HSV(B) 247.2º 0.22% 0.44% -
XYZ 10.55 10.16 16.73 -
YUV 90.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 90 87 112 0.20 0.22 0 0.56 247.2 0.13 0.39
Hex 5A 57 70 14 16 0 38 F7 D 27
Octal 132 127 160 24 26 0 70 367 15 47
Binary 1011010 1010111 1110000 10100 10110 0 111000 11110111 1101 100111

Color Harmonies of #5A5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5770

Black with #5A5770

Text Example


Text Example

White with #5A5770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,87,112); }

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

background-color css

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

 a { background-color: rgb(90,87,112); }

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

border-color css

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

 span { border-color: rgb(90,87,112); }

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