Html Css Color HEX #5D5772 Smoky

📋 copy color: '#5D5772'

red 93 ◦ green 87 ◦ blue 114

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

Shades of Smoky #5D5772

Tints of Smoky #5D5772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 31.63%
G = 29.59%
B = 38.78%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5D5772 (or 0x5D5772) is known color: Smoky. HEX triplet: 5D, 57 and 72. RGB value is (93,87,114). Sum of RGB (Red+Green+Blue) = 93+87+114=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D5772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5772 is #A2A88D. Grayscale: #5B5B5B. Windows color (decimal): -10659982 or 7493469. OLE color: 7493469.

HSL color Cylindrical-coordinate representation of color #5D5772: hue angle of 253.33º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D5772 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 87 114 -
CMYK 0.18 0.24 0 0.55
HSL 253.33º 0.13% 0.39% -
HSV(B) 253.33º 0.24% 0.45% -
XYZ 10.96 10.36 17.34 -
YUV 91.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 93 87 114 0.18 0.24 0 0.55 253.33 0.13 0.39
Hex 5D 57 72 12 18 0 37 FD D 27
Octal 135 127 162 22 30 0 67 375 15 47
Binary 1011101 1010111 1110010 10010 11000 0 110111 11111101 1101 100111

Color Harmonies of #5D5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5772

Black with #5D5772

Text Example


Text Example

White with #5D5772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,87,114); }

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

background-color css

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

 a { background-color: rgb(93,87,114); }

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

border-color css

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

 span { border-color: rgb(93,87,114); }

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