Html Css Color HEX #5A566E Smoky

📋 copy color: '#5A566E'

red 90 ◦ green 86 ◦ blue 110

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

Shades of Smoky #5A566E

Tints of Smoky #5A566E

RGB

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

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

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

R = 31.47%
G = 30.07%
B = 38.46%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A566E (or 0x5A566E) is known color: Smoky. HEX triplet: 5A, 56 and 6E. RGB value is (90,86,110). Sum of RGB (Red+Green+Blue) = 90+86+110=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A566E is #A5A991. Grayscale: #595959. Windows color (decimal): -10856850 or 7231066. OLE color: 7231066.

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

Color convert

RGB 90 86 110 -
CMYK 0.18 0.22 0 0.57
HSL 250º 0.12% 0.38% -
HSV(B) 250º 0.22% 0.43% -
XYZ 10.36 9.96 16.13 -
YUV 89.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 90 86 110 0.18 0.22 0 0.57 250 0.12 0.38
Hex 5A 56 6E 12 16 0 39 FA C 26
Octal 132 126 156 22 26 0 71 372 14 46
Binary 1011010 1010110 1101110 10010 10110 0 111001 11111010 1100 100110

Color Harmonies of #5A566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A566E

Black with #5A566E

Text Example


Text Example

White with #5A566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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