#554873

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

Shades of Meteorite #554873

Tints of Meteorite #554873

Color information

#554873 (or 0x554873) is unknown color: approx Meteorite. HEX triplet: 55, 48 and 73. RGB value is (85,72,115). Sum of RGB (Red+Green+Blue) = 85+72+115=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #554873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554873 is #AAB78C. Grayscale: #505050. Windows color (decimal): -11188109 or 7555157. OLE color: 7555157.

HSL color Cylindrical-coordinate representation of color #554873: hue angle of 258.14º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #554873 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8572115-
CMYK0.260.3700.55
HSL258.14º22.99%36.67%-
HSV(B)258.14º37.39%45.1%-
XYZ9.167.817.24-
YUV80.79147.31131-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=31.25%
G=26.47%
B=42.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85721150.260.3700.55258.1422.9936.67
Hex5548731A250371021725
Octal12511016332450674022745
Binary10101011001000111001111010100101011011110000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554873; }

 p { color: rgb(85,72,115); }

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

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

 a { background-color: rgb(85,72,115); }

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

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

 span { border-color: rgb(85,72,115); }

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