Html Css Color HEX #5E5C69 Smoky

📋 copy color: '#5E5C69'

red 94 ◦ green 92 ◦ blue 105

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

Shades of Smoky #5E5C69

Tints of Smoky #5E5C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

 BLUE value IS 105 (41.41% from 255) = 36.08%

R = 32.3%
G = 31.62%
B = 36.08%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5E5C69 (or 0x5E5C69) is known color: Smoky. HEX triplet: 5E, 5C and 69. RGB value is (94,92,105). Sum of RGB (Red+Green+Blue) = 94+92+105=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E5C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5C69 is #A1A396. Grayscale: #5E5E5E. Windows color (decimal): -10593175 or 6904926. OLE color: 6904926.

HSL color Cylindrical-coordinate representation of color #5E5C69: hue angle of 249.23º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5E5C69 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 92 105 -
CMYK 0.10 0.12 0 0.59
HSL 249.23º 0.07% 0.39% -
HSV(B) 249.23º 0.12% 0.41% -
XYZ 10.99 11.05 14.92 -
YUV 94.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 94 92 105 0.10 0.12 0 0.59 249.23 0.07 0.39
Hex 5E 5C 69 A C 0 3B F9 7 27
Octal 136 134 151 12 14 0 73 371 7 47
Binary 1011110 1011100 1101001 1010 1100 0 111011 11111001 111 100111

Color Harmonies of #5E5C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5C69

Black with #5E5C69

Text Example


Text Example

White with #5E5C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,92,105); }

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

background-color css

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

 a { background-color: rgb(94,92,105); }

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

border-color css

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

 span { border-color: rgb(94,92,105); }

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