Html Css Color HEX #5F5577 Smoky

📋 copy color: '#5F5577'

red 95 ◦ green 85 ◦ blue 119

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

Shades of Smoky #5F5577

Tints of Smoky #5F5577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

 BLUE value IS 119 (46.88% from 255) = 39.8%

R = 31.77%
G = 28.43%
B = 39.8%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5F5577 (or 0x5F5577) is known color: Smoky. HEX triplet: 5F, 55 and 77. RGB value is (95,85,119). Sum of RGB (Red+Green+Blue) = 95+85+119=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F5577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5577 is #A0AA88. Grayscale: #5B5B5B. Windows color (decimal): -10529417 or 7820639. OLE color: 7820639.

HSL color Cylindrical-coordinate representation of color #5F5577: hue angle of 257.65º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F5577 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 95 85 119 -
CMYK 0.20 0.29 0 0.53
HSL 257.65º 0.17% 0.4% -
HSV(B) 257.65º 0.29% 0.47% -
XYZ 11.3 10.26 18.84 -
YUV 91.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 95 85 119 0.20 0.29 0 0.53 257.65 0.17 0.4
Hex 5F 55 77 14 1D 0 35 102 11 28
Octal 137 125 167 24 35 0 65 402 21 50
Binary 1011111 1010101 1110111 10100 11101 0 110101 100000010 10001 101000

Color Harmonies of #5F5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5577

Black with #5F5577

Text Example


Text Example

White with #5F5577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,85,119); }

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

background-color css

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

 a { background-color: rgb(95,85,119); }

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

border-color css

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

 span { border-color: rgb(95,85,119); }

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