#554073

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

Shades of Meteorite #554073

Tints of Meteorite #554073

Color information

#554073 (or 0x554073) is unknown color: approx Meteorite. HEX triplet: 55, 40 and 73. RGB value is (85,64,115). Sum of RGB (Red+Green+Blue) = 85+64+115=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #554073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554073 is #AABF8C. Grayscale: #4B4B4B. Windows color (decimal): -11190157 or 7553109. OLE color: 7553109.

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

Color convert

RGB8564115-
CMYK0.260.4400.55
HSL264.71º28.49%35.1%-
HSV(B)264.71º44.35%45.1%-
XYZ8.676.8417.08-
YUV76.09149.96134.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=32.20%
G=24.24%
B=43.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85641150.260.4400.55264.7128.4935.1
Hex5540731A2C0371091c23
Octal12510016332540674113443
Binary10101011000000111001111010101100011011110000100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554073; }

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

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

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

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

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

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

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

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