Html Css Color HEX #5E5C67 Smoky

📋 copy color: '#5E5C67'

red 94 ◦ green 92 ◦ blue 103

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

Shades of Smoky #5E5C67

Tints of Smoky #5E5C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 32.53%
G = 31.83%
B = 35.64%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5E5C67 (or 0x5E5C67) is known color: Smoky. HEX triplet: 5E, 5C and 67. RGB value is (94,92,103). Sum of RGB (Red+Green+Blue) = 94+92+103=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E5C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5C67 is #A1A398. Grayscale: #5D5D5D. Windows color (decimal): -10593177 or 6773854. OLE color: 6773854.

HSL color Cylindrical-coordinate representation of color #5E5C67: hue angle of 250.91º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5E5C67 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 94 92 103 -
CMYK 0.09 0.11 0 0.60
HSL 250.91º 0.06% 0.38% -
HSV(B) 250.91º 0.11% 0.4% -
XYZ 10.89 11.01 14.38 -
YUV 93.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 94 92 103 0.09 0.11 0 0.60 250.91 0.06 0.38
Hex 5E 5C 67 9 B 0 3C FB 6 26
Octal 136 134 147 11 13 0 74 373 6 46
Binary 1011110 1011100 1100111 1001 1011 0 111100 11111011 110 100110

Color Harmonies of #5E5C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5C67

Black with #5E5C67

Text Example


Text Example

White with #5E5C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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