Html Css Color HEX #5D5675 Smoky

📋 copy color: '#5D5675'

red 93 ◦ green 86 ◦ blue 117

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

Shades of Smoky #5D5675

Tints of Smoky #5D5675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 31.42%
G = 29.05%
B = 39.53%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5D5675 (or 0x5D5675) is known color: Smoky. HEX triplet: 5D, 56 and 75. RGB value is (93,86,117). Sum of RGB (Red+Green+Blue) = 93+86+117=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5675 is #A2A98A. Grayscale: #5B5B5B. Windows color (decimal): -10660235 or 7689821. OLE color: 7689821.

HSL color Cylindrical-coordinate representation of color #5D5675: hue angle of 253.55º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D5675 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 86 117 -
CMYK 0.21 0.26 0 0.54
HSL 253.55º 0.15% 0.4% -
HSV(B) 253.55º 0.26% 0.46% -
XYZ 11.05 10.27 18.23 -
YUV 91.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 93 86 117 0.21 0.26 0 0.54 253.55 0.15 0.4
Hex 5D 56 75 15 1A 0 36 FE F 28
Octal 135 126 165 25 32 0 66 376 17 50
Binary 1011101 1010110 1110101 10101 11010 0 110110 11111110 1111 101000

Color Harmonies of #5D5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5675

Black with #5D5675

Text Example


Text Example

White with #5D5675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,86,117); }

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

background-color css

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

 a { background-color: rgb(93,86,117); }

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

border-color css

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

 span { border-color: rgb(93,86,117); }

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