#554071

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

Shades of Meteorite #554071

Tints of Meteorite #554071

Color information

#554071 (or 0x554071) is unknown color: approx Meteorite. HEX triplet: 55, 40 and 71. RGB value is (85,64,113). Sum of RGB (Red+Green+Blue) = 85+64+113=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #554071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554071 is #AABF8E. Grayscale: #4B4B4B. Windows color (decimal): -11190159 or 7422037. OLE color: 7422037.

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

Color convert

RGB8564113-
CMYK0.250.4300.56
HSL265.71º27.68%34.71%-
HSV(B)265.71º43.36%44.31%-
XYZ8.566.7916.48-
YUV75.86148.96134.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=32.44%
G=24.43%
B=43.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85641130.250.4300.56265.7127.6834.71
Hex554071192B03810a1c23
Octal12510016131530704123443
Binary10101011000000111000111001101011011100010000101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554071; }

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

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

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

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

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

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

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

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