Html Css Color HEX #5E5277 Smoky

📋 copy color: '#5E5277'

red 94 ◦ green 82 ◦ blue 119

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

Shades of Smoky #5E5277

Tints of Smoky #5E5277

RGB

 RED value IS 94 (37.11% from 255) = 31.86%

 GREEN value IS 82 (32.42% from 255) = 27.8%

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

R = 31.86%
G = 27.8%
B = 40.34%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E5277 (or 0x5E5277) is known color: Smoky. HEX triplet: 5E, 52 and 77. RGB value is (94,82,119). Sum of RGB (Red+Green+Blue) = 94+82+119=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E5277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5277 is #A1AD88. Grayscale: #595959. Windows color (decimal): -10595721 or 7819870. OLE color: 7819870.

HSL color Cylindrical-coordinate representation of color #5E5277: hue angle of 259.46º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E5277 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 82 119 -
CMYK 0.21 0.31 0 0.53
HSL 259.46º 0.18% 0.39% -
HSV(B) 259.46º 0.31% 0.47% -
XYZ 10.96 9.75 18.76 -
YUV 89.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 94 82 119 0.21 0.31 0 0.53 259.46 0.18 0.39
Hex 5E 52 77 15 1F 0 35 103 12 27
Octal 136 122 167 25 37 0 65 403 22 47
Binary 1011110 1010010 1110111 10101 11111 0 110101 100000011 10010 100111

Color Harmonies of #5E5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5277

Black with #5E5277

Text Example


Text Example

White with #5E5277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,82,119); }

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

background-color css

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

 a { background-color: rgb(94,82,119); }

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

border-color css

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

 span { border-color: rgb(94,82,119); }

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