Html Css Color HEX #5F5B71 Smoky

📋 copy color: '#5F5B71'

red 95 ◦ green 91 ◦ blue 113

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

Shades of Smoky #5F5B71

Tints of Smoky #5F5B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 31.77%
G = 30.43%
B = 37.79%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5F5B71 (or 0x5F5B71) is known color: Smoky. HEX triplet: 5F, 5B and 71. RGB value is (95,91,113). Sum of RGB (Red+Green+Blue) = 95+91+113=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F5B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5B71 is #A0A48E. Grayscale: #5E5E5E. Windows color (decimal): -10527887 or 7428959. OLE color: 7428959.

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

Color convert

RGB 95 91 113 -
CMYK 0.16 0.19 0 0.56
HSL 250.91º 0.11% 0.4% -
HSV(B) 250.91º 0.19% 0.44% -
XYZ 11.44 11.11 17.16 -
YUV 94.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 95 91 113 0.16 0.19 0 0.56 250.91 0.11 0.4
Hex 5F 5B 71 10 13 0 38 FB B 28
Octal 137 133 161 20 23 0 70 373 13 50
Binary 1011111 1011011 1110001 10000 10011 0 111000 11111011 1011 101000

Color Harmonies of #5F5B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5B71

Black with #5F5B71

Text Example


Text Example

White with #5F5B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,91,113); }

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

background-color css

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

 a { background-color: rgb(95,91,113); }

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

border-color css

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

 span { border-color: rgb(95,91,113); }

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