Html Css Color HEX #5A576F Smoky

📋 copy color: '#5A576F'

red 90 ◦ green 87 ◦ blue 111

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

Shades of Smoky #5A576F

Tints of Smoky #5A576F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.54%

R = 31.25%
G = 30.21%
B = 38.54%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A576F (or 0x5A576F) is known color: Smoky. HEX triplet: 5A, 57 and 6F. RGB value is (90,87,111). Sum of RGB (Red+Green+Blue) = 90+87+111=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A576F is #A5A890. Grayscale: #5A5A5A. Windows color (decimal): -10856593 or 7296858. OLE color: 7296858.

HSL color Cylindrical-coordinate representation of color #5A576F: hue angle of 247.5º degrees, saturation: 0.12, 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 #5A576F is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 87 111 -
CMYK 0.19 0.22 0 0.56
HSL 247.5º 0.12% 0.39% -
HSV(B) 247.5º 0.22% 0.44% -
XYZ 10.49 10.14 16.44 -
YUV 90.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 90 87 111 0.19 0.22 0 0.56 247.5 0.12 0.39
Hex 5A 57 6F 13 16 0 38 F8 C 27
Octal 132 127 157 23 26 0 70 370 14 47
Binary 1011010 1010111 1101111 10011 10110 0 111000 11111000 1100 100111

Color Harmonies of #5A576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A576F

Black with #5A576F

Text Example


Text Example

White with #5A576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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