#554471

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

Shades of Meteorite #554471

Tints of Meteorite #554471

Color information

#554471 (or 0x554471) is unknown color: approx Meteorite. HEX triplet: 55, 44 and 71. RGB value is (85,68,113). Sum of RGB (Red+Green+Blue) = 85+68+113=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #554471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554471 is #AABB8E. Grayscale: #4E4E4E. Windows color (decimal): -11189135 or 7423061. OLE color: 7423061.

HSL color Cylindrical-coordinate representation of color #554471: hue angle of 262.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554471 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8568113-
CMYK0.250.4000.56
HSL262.67º24.86%35.49%-
HSV(B)262.67º39.82%44.31%-
XYZ8.797.2616.56-
YUV78.21147.63132.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=31.95%
G=25.56%
B=42.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85681130.250.4000.56262.6724.8635.49
Hex55447119280381071923
Octal12510416131500704073143
Binary10101011000100111000111001101000011100010000011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554471; }

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

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

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

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

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

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

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

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