#554770

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

Shades of Meteorite #554770

Tints of Meteorite #554770

Color information

#554770 (or 0x554770) is unknown color: approx Meteorite. HEX triplet: 55, 47 and 70. RGB value is (85,71,112). Sum of RGB (Red+Green+Blue) = 85+71+112=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #554770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554770 is #AAB88F. Grayscale: #4F4F4F. Windows color (decimal): -11188368 or 7358293. OLE color: 7358293.

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

Color convert

RGB8571112-
CMYK0.240.3700.56
HSL260.49º22.4%35.88%-
HSV(B)260.49º36.61%43.92%-
XYZ8.927.6116.33-
YUV79.86146.14131.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=31.72%
G=26.49%
B=41.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85711120.240.3700.56260.4922.435.88
Hex55477018250381041624
Octal12510716030450704042644
Binary10101011000111111000011000100101011100010000010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554770; }

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

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

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

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

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

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

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

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