Html Css Color HEX #5F5675 Smoky

📋 copy color: '#5F5675'

red 95 ◦ green 86 ◦ blue 117

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

Shades of Smoky #5F5675

Tints of Smoky #5F5675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.86%

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

R = 31.88%
G = 28.86%
B = 39.26%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5F5675 (or 0x5F5675) is known color: Smoky. HEX triplet: 5F, 56 and 75. RGB value is (95,86,117). Sum of RGB (Red+Green+Blue) = 95+86+117=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5675 is #A0A98A. Grayscale: #5C5C5C. Windows color (decimal): -10529163 or 7689823. OLE color: 7689823.

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

Color convert

RGB 95 86 117 -
CMYK 0.19 0.26 0 0.54
HSL 257.42º 0.15% 0.4% -
HSV(B) 257.42º 0.26% 0.46% -
XYZ 11.26 10.37 18.24 -
YUV 92.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 95 86 117 0.19 0.26 0 0.54 257.42 0.15 0.4
Hex 5F 56 75 13 1A 0 36 101 F 28
Octal 137 126 165 23 32 0 66 401 17 50
Binary 1011111 1010110 1110101 10011 11010 0 110110 100000001 1111 101000

Color Harmonies of #5F5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5675

Black with #5F5675

Text Example


Text Example

White with #5F5675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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