Html Css Color HEX #5F5975 Smoky

📋 copy color: '#5F5975'

red 95 ◦ green 89 ◦ blue 117

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

Shades of Smoky #5F5975

Tints of Smoky #5F5975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 31.56%
G = 29.57%
B = 38.87%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5F5975 (or 0x5F5975) is known color: Smoky. HEX triplet: 5F, 59 and 75. RGB value is (95,89,117). Sum of RGB (Red+Green+Blue) = 95+89+117=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F5975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5975 is #A0A68A. Grayscale: #5D5D5D. Windows color (decimal): -10528395 or 7690591. OLE color: 7690591.

HSL color Cylindrical-coordinate representation of color #5F5975: hue angle of 252.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F5975 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 89 117 -
CMYK 0.19 0.24 0 0.54
HSL 252.86º 0.14% 0.4% -
HSV(B) 252.86º 0.24% 0.46% -
XYZ 11.5 10.86 18.32 -
YUV 93.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 95 89 117 0.19 0.24 0 0.54 252.86 0.14 0.4
Hex 5F 59 75 13 18 0 36 FD E 28
Octal 137 131 165 23 30 0 66 375 16 50
Binary 1011111 1011001 1110101 10011 11000 0 110110 11111101 1110 101000

Color Harmonies of #5F5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5975

Black with #5F5975

Text Example


Text Example

White with #5F5975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,89,117); }

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

background-color css

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

 a { background-color: rgb(95,89,117); }

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

border-color css

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

 span { border-color: rgb(95,89,117); }

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