#554673

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

Shades of Meteorite #554673

Tints of Meteorite #554673

Color information

#554673 (or 0x554673) is unknown color: approx Meteorite. HEX triplet: 55, 46 and 73. RGB value is (85,70,115). Sum of RGB (Red+Green+Blue) = 85+70+115=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #554673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554673 is #AAB98C. Grayscale: #4F4F4F. Windows color (decimal): -11188621 or 7554645. OLE color: 7554645.

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

Color convert

RGB8570115-
CMYK0.260.3900.55
HSL260º24.32%36.27%-
HSV(B)260º39.13%45.1%-
XYZ9.037.5517.2-
YUV79.61147.97131.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=31.48%
G=25.93%
B=42.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85701150.260.3900.5526024.3236.27
Hex5546731A270371041824
Octal12510616332470674043044
Binary10101011000110111001111010100111011011110000010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554673; }

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

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

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

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

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

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

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

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