Html Css Color HEX #5E5772 Smoky

📋 copy color: '#5E5772'

red 94 ◦ green 87 ◦ blue 114

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

Shades of Smoky #5E5772

Tints of Smoky #5E5772

RGB

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

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

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

R = 31.86%
G = 29.49%
B = 38.64%

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

#5E5772 (or 0x5E5772) is known color: Smoky. HEX triplet: 5E, 57 and 72. RGB value is (94,87,114). Sum of RGB (Red+Green+Blue) = 94+87+114=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E5772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5772 is #A1A88D. Grayscale: #5C5C5C. Windows color (decimal): -10594446 or 7493470. OLE color: 7493470.

HSL color Cylindrical-coordinate representation of color #5E5772: hue angle of 255.56º 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 #5E5772 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 87 114 -
CMYK 0.18 0.24 0 0.55
HSL 255.56º 0.13% 0.39% -
HSV(B) 255.56º 0.24% 0.45% -
XYZ 11.06 10.41 17.35 -
YUV 92.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 94 87 114 0.18 0.24 0 0.55 255.56 0.13 0.39
Hex 5E 57 72 12 18 0 37 100 D 27
Octal 136 127 162 22 30 0 67 400 15 47
Binary 1011110 1010111 1110010 10010 11000 0 110111 100000000 1101 100111

Color Harmonies of #5E5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5772

Black with #5E5772

Text Example


Text Example

White with #5E5772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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