#554473

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

Shades of Meteorite #554473

Tints of Meteorite #554473

Color information

#554473 (or 0x554473) is unknown color: approx Meteorite. HEX triplet: 55, 44 and 73. RGB value is (85,68,115). Sum of RGB (Red+Green+Blue) = 85+68+115=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #554473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554473 is #AABB8C. Grayscale: #4E4E4E. Windows color (decimal): -11189133 or 7554133. OLE color: 7554133.

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

Color convert

RGB8568115-
CMYK0.260.4100.55
HSL261.7º25.68%35.88%-
HSV(B)261.7º40.87%45.1%-
XYZ8.917.317.16-
YUV78.44148.63132.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=31.72%
G=25.37%
B=42.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85681150.260.4100.55261.725.6835.88
Hex5544731A290371061a24
Octal12510416332510674063244
Binary10101011000100111001111010101001011011110000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554473; }

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

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

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

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

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

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

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

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