#5F547A

Color #5F547A Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #5F547A

Tints of Smoky #5F547A

Color information

#5F547A (or 0x5F547A) is unknown color: approx Smoky. HEX triplet: 5F, 54 and 7A. RGB value is (95,84,122). Sum of RGB (Red+Green+Blue) = 95+84+122=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F547A is #A0AB85. Grayscale: #5B5B5B. Windows color (decimal): -10529670 or 8016991. OLE color: 8016991.

HSL color Cylindrical-coordinate representation of color #5F547A: hue angle of 257.37º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F547A is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9584122-
CMYK0.220.3100.52
HSL257.37º18.45%40.39%-
HSV(B)257.37º31.15%47.84%-
XYZ11.410.1819.78-
YUV91.62145.14130.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.56%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=31.56%
G=27.91%
B=40.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95841220.220.3100.52257.3718.4540.39
Hex5F547A161F0341011228
Octal13712417226370644012250
Binary1011111101010011110101011011111011010010000000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F547A;
 }
 .AnyTagClassName
 {
   color: #5F547A;
 }
</style>
background-color css

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

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

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

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

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

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