Html Css Color HEX #5F5C6E Smoky

📋 copy color: '#5F5C6E'

red 95 ◦ green 92 ◦ blue 110

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

Shades of Smoky #5F5C6E

Tints of Smoky #5F5C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 31.99%
G = 30.98%
B = 37.04%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5F5C6E (or 0x5F5C6E) is known color: Smoky. HEX triplet: 5F, 5C and 6E. RGB value is (95,92,110). Sum of RGB (Red+Green+Blue) = 95+92+110=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F5C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5C6E is #A0A391. Grayscale: #5E5E5E. Windows color (decimal): -10527634 or 7232607. OLE color: 7232607.

HSL color Cylindrical-coordinate representation of color #5F5C6E: hue angle of 250º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F5C6E is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 95 92 110 -
CMYK 0.14 0.16 0 0.57
HSL 250º 0.09% 0.4% -
HSV(B) 250º 0.16% 0.43% -
XYZ 11.36 11.21 16.32 -
YUV 94.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 95 92 110 0.14 0.16 0 0.57 250 0.09 0.4
Hex 5F 5C 6E E 10 0 39 FA 9 28
Octal 137 134 156 16 20 0 71 372 11 50
Binary 1011111 1011100 1101110 1110 10000 0 111001 11111010 1001 101000

Color Harmonies of #5F5C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5C6E

Black with #5F5C6E

Text Example


Text Example

White with #5F5C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,92,110); }

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

background-color css

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

 a { background-color: rgb(95,92,110); }

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

border-color css

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

 span { border-color: rgb(95,92,110); }

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