Html Css Color HEX #5E5B67 Smoky

📋 copy color: '#5E5B67'

red 94 ◦ green 91 ◦ blue 103

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

Shades of Smoky #5E5B67

Tints of Smoky #5E5B67

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

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

R = 32.64%
G = 31.6%
B = 35.76%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5E5B67 (or 0x5E5B67) is known color: Smoky. HEX triplet: 5E, 5B and 67. RGB value is (94,91,103). Sum of RGB (Red+Green+Blue) = 94+91+103=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E5B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5B67 is #A1A498. Grayscale: #5D5D5D. Windows color (decimal): -10593433 or 6773598. OLE color: 6773598.

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

Color convert

RGB 94 91 103 -
CMYK 0.09 0.12 0 0.60
HSL 255º 0.06% 0.38% -
HSV(B) 255º 0.12% 0.4% -
XYZ 10.81 10.84 14.36 -
YUV 93.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 94 91 103 0.09 0.12 0 0.60 255 0.06 0.38
Hex 5E 5B 67 9 C 0 3C FF 6 26
Octal 136 133 147 11 14 0 74 377 6 46
Binary 1011110 1011011 1100111 1001 1100 0 111100 11111111 110 100110

Color Harmonies of #5E5B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5B67

Black with #5E5B67

Text Example


Text Example

White with #5E5B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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