Html Css Color HEX #5F5477 Smoky

📋 copy color: '#5F5477'

red 95 ◦ green 84 ◦ blue 119

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

Shades of Smoky #5F5477

Tints of Smoky #5F5477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.19%

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

R = 31.88%
G = 28.19%
B = 39.93%

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

#5F5477 (or 0x5F5477) is known color: Smoky. HEX triplet: 5F, 54 and 77. RGB value is (95,84,119). Sum of RGB (Red+Green+Blue) = 95+84+119=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F5477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5477 is #A0AB88. Grayscale: #5B5B5B. Windows color (decimal): -10529673 or 7820383. OLE color: 7820383.

HSL color Cylindrical-coordinate representation of color #5F5477: hue angle of 258.86º 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 #5F5477 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 95 84 119 -
CMYK 0.20 0.29 0 0.53
HSL 258.86º 0.17% 0.4% -
HSV(B) 258.86º 0.29% 0.47% -
XYZ 11.22 10.11 18.81 -
YUV 91.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 95 84 119 0.20 0.29 0 0.53 258.86 0.17 0.4
Hex 5F 54 77 14 1D 0 35 103 11 28
Octal 137 124 167 24 35 0 65 403 21 50
Binary 1011111 1010100 1110111 10100 11101 0 110101 100000011 10001 101000

Color Harmonies of #5F5477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5477

Black with #5F5477

Text Example


Text Example

White with #5F5477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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