Html Css Color HEX #5F5A73 Smoky

📋 copy color: '#5F5A73'

red 95 ◦ green 90 ◦ blue 115

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

Shades of Smoky #5F5A73

Tints of Smoky #5F5A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

 BLUE value IS 115 (45.31% from 255) = 38.33%

R = 31.67%
G = 30%
B = 38.33%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F5A73 (or 0x5F5A73) is known color: Smoky. HEX triplet: 5F, 5A and 73. RGB value is (95,90,115). Sum of RGB (Red+Green+Blue) = 95+90+115=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F5A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5A73 is #A0A58C. Grayscale: #5E5E5E. Windows color (decimal): -10528141 or 7559775. OLE color: 7559775.

HSL color Cylindrical-coordinate representation of color #5F5A73: hue angle of 252º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F5A73 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 90 115 -
CMYK 0.17 0.22 0 0.55
HSL 252º 0.12% 0.4% -
HSV(B) 252º 0.22% 0.45% -
XYZ 11.47 10.98 17.74 -
YUV 94.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 95 90 115 0.17 0.22 0 0.55 252 0.12 0.4
Hex 5F 5A 73 11 16 0 37 FC C 28
Octal 137 132 163 21 26 0 67 374 14 50
Binary 1011111 1011010 1110011 10001 10110 0 110111 11111100 1100 101000

Color Harmonies of #5F5A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5A73

Black with #5F5A73

Text Example


Text Example

White with #5F5A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,90,115); }

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

background-color css

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

 a { background-color: rgb(95,90,115); }

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

border-color css

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

 span { border-color: rgb(95,90,115); }

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