#554970

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

Shades of Meteorite #554970

Tints of Meteorite #554970

Color information

#554970 (or 0x554970) is unknown color: approx Meteorite. HEX triplet: 55, 49 and 70. RGB value is (85,73,112). Sum of RGB (Red+Green+Blue) = 85+73+112=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #554970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554970 is #AAB68F. Grayscale: #505050. Windows color (decimal): -11187856 or 7358805. OLE color: 7358805.

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

Color convert

RGB8573112-
CMYK0.240.3500.56
HSL258.46º21.08%36.27%-
HSV(B)258.46º34.82%43.92%-
XYZ9.057.8716.37-
YUV81.03145.48130.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=31.48%
G=27.04%
B=41.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85731120.240.3500.56258.4621.0836.27
Hex55497018230381021524
Octal12511116030430704022544
Binary10101011001001111000011000100011011100010000001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554970; }

 p { color: rgb(85,73,112); }

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

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

 a { background-color: rgb(85,73,112); }

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

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

 span { border-color: rgb(85,73,112); }

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