#575467

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

Shades of Smoky #575467

Tints of Smoky #575467

Color information

#575467 (or 0x575467) is unknown color: approx Smoky. HEX triplet: 57, 54 and 67. RGB value is (87,84,103). Sum of RGB (Red+Green+Blue) = 87+84+103=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 103 - color contains mainly: blue. Hex color #575467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575467 is #A8AB98. Grayscale: #565656. Windows color (decimal): -11053977 or 6771799. OLE color: 6771799.

HSL color Cylindrical-coordinate representation of color #575467: hue angle of 249.47º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #575467 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8784103-
CMYK0.160.1800.60
HSL249.47º10.16%36.67%-
HSV(B)249.47º18.45%40.39%-
XYZ9.559.3514.13-
YUV87.06136.99127.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 103 (40.62% from 255) = 37.59%
R=31.75%
G=30.66%
B=37.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87841030.160.1800.60249.4710.1636.67
Hex575467101203Cf9a25
Octal12712414720220743711245
Binary10101111010100110011110000100100111100111110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575467; }

 p { color: rgb(87,84,103); }

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

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

 a { background-color: rgb(87,84,103); }

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

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

 span { border-color: rgb(87,84,103); }

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