Html Css Color HEX #5D5577 Smoky

📋 copy color: '#5D5577'

red 93 ◦ green 85 ◦ blue 119

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

Shades of Smoky #5D5577

Tints of Smoky #5D5577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 31.31%
G = 28.62%
B = 40.07%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D5577 (or 0x5D5577) is known color: Smoky. HEX triplet: 5D, 55 and 77. RGB value is (93,85,119). Sum of RGB (Red+Green+Blue) = 93+85+119=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D5577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5577 is #A2AA88. Grayscale: #5B5B5B. Windows color (decimal): -10660489 or 7820637. OLE color: 7820637.

HSL color Cylindrical-coordinate representation of color #5D5577: hue angle of 254.12º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D5577 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 85 119 -
CMYK 0.22 0.29 0 0.53
HSL 254.12º 0.17% 0.4% -
HSV(B) 254.12º 0.29% 0.47% -
XYZ 11.09 10.16 18.83 -
YUV 91.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 93 85 119 0.22 0.29 0 0.53 254.12 0.17 0.4
Hex 5D 55 77 16 1D 0 35 FE 11 28
Octal 135 125 167 26 35 0 65 376 21 50
Binary 1011101 1010101 1110111 10110 11101 0 110101 11111110 10001 101000

Color Harmonies of #5D5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5577

Black with #5D5577

Text Example


Text Example

White with #5D5577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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