Html Css Color HEX #5D5877 Smoky

📋 copy color: '#5D5877'

red 93 ◦ green 88 ◦ blue 119

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

Shades of Smoky #5D5877

Tints of Smoky #5D5877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.33%

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

R = 31%
G = 29.33%
B = 39.67%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D5877 (or 0x5D5877) is known color: Smoky. HEX triplet: 5D, 58 and 77. RGB value is (93,88,119). Sum of RGB (Red+Green+Blue) = 93+88+119=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D5877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5877 is #A2A788. Grayscale: #5C5C5C. Windows color (decimal): -10659721 or 7821405. OLE color: 7821405.

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

Color convert

RGB 93 88 119 -
CMYK 0.22 0.26 0 0.53
HSL 249.68º 0.15% 0.41% -
HSV(B) 249.68º 0.26% 0.47% -
XYZ 11.33 10.64 18.91 -
YUV 93.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 93 88 119 0.22 0.26 0 0.53 249.68 0.15 0.41
Hex 5D 58 77 16 1A 0 35 FA F 29
Octal 135 130 167 26 32 0 65 372 17 51
Binary 1011101 1011000 1110111 10110 11010 0 110101 11111010 1111 101001

Color Harmonies of #5D5877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5877

Black with #5D5877

Text Example


Text Example

White with #5D5877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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