Html Css Color HEX #5F5E67 Smoky

📋 copy color: '#5F5E67'

red 95 ◦ green 94 ◦ blue 103

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

Shades of Smoky #5F5E67

Tints of Smoky #5F5E67

RGB

 RED value IS 95 (37.5% from 255) = 32.53%

 GREEN value IS 94 (37.11% from 255) = 32.19%

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

R = 32.53%
G = 32.19%
B = 35.27%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5F5E67 (or 0x5F5E67) is known color: Smoky. HEX triplet: 5F, 5E and 67. RGB value is (95,94,103). Sum of RGB (Red+Green+Blue) = 95+94+103=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F5E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5E67 is #A0A198. Grayscale: #5F5F5F. Windows color (decimal): -10527129 or 6774367. OLE color: 6774367.

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

Color convert

RGB 95 94 103 -
CMYK 0.08 0.09 0 0.60
HSL 246.67º 0.05% 0.39% -
HSV(B) 246.67º 0.09% 0.4% -
XYZ 11.17 11.42 14.45 -
YUV 95.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 95 94 103 0.08 0.09 0 0.60 246.67 0.05 0.39
Hex 5F 5E 67 8 9 0 3C F7 5 27
Octal 137 136 147 10 11 0 74 367 5 47
Binary 1011111 1011110 1100111 1000 1001 0 111100 11110111 101 100111

Color Harmonies of #5F5E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5E67

Black with #5F5E67

Text Example


Text Example

White with #5F5E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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