Html Css Color HEX #5D556E Smoky

📋 copy color: '#5D556E'

red 93 ◦ green 85 ◦ blue 110

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

Shades of Smoky #5D556E

Tints of Smoky #5D556E

RGB

 RED value IS 93 (36.72% from 255) = 32.29%

 GREEN value IS 85 (33.59% from 255) = 29.51%

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

R = 32.29%
G = 29.51%
B = 38.19%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5D556E (or 0x5D556E) is known color: Smoky. HEX triplet: 5D, 55 and 6E. RGB value is (93,85,110). Sum of RGB (Red+Green+Blue) = 93+85+110=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D556E is #A2AA91. Grayscale: #5A5A5A. Windows color (decimal): -10660498 or 7230813. OLE color: 7230813.

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

Color convert

RGB 93 85 110 -
CMYK 0.15 0.23 0 0.57
HSL 259.2º 0.13% 0.38% -
HSV(B) 259.2º 0.23% 0.43% -
XYZ 10.58 9.95 16.11 -
YUV 90.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 93 85 110 0.15 0.23 0 0.57 259.2 0.13 0.38
Hex 5D 55 6E F 17 0 39 103 D 26
Octal 135 125 156 17 27 0 71 403 15 46
Binary 1011101 1010101 1101110 1111 10111 0 111001 100000011 1101 100110

Color Harmonies of #5D556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D556E

Black with #5D556E

Text Example


Text Example

White with #5D556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,85,110); }

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

background-color css

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

 a { background-color: rgb(93,85,110); }

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

border-color css

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

 span { border-color: rgb(93,85,110); }

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