#54486F

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

Shades of Meteorite #54486F

Tints of Meteorite #54486F

Color information

#54486F (or 0x54486F) is unknown color: approx Meteorite. HEX triplet: 54, 48 and 6F. RGB value is (84,72,111). Sum of RGB (Red+Green+Blue) = 84+72+111=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #54486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54486F is #ABB790. Grayscale: #4F4F4F. Windows color (decimal): -11253649 or 7293012. OLE color: 7293012.

HSL color Cylindrical-coordinate representation of color #54486F: hue angle of 258.46º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54486F is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8472111-
CMYK0.240.3500.56
HSL258.46º21.31%35.88%-
HSV(B)258.46º35.14%43.53%-
XYZ8.847.6716.05-
YUV80.03145.48130.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=31.46%
G=26.97%
B=41.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84721110.240.3500.56258.4621.3135.88
Hex54486F18230381021524
Octal12411015730430704022544
Binary10101001001000110111111000100011011100010000001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54486F; }

 p { color: rgb(84,72,111); }

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

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

 a { background-color: rgb(84,72,111); }

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

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

 span { border-color: rgb(84,72,111); }

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