#554470

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

Shades of Meteorite #554470

Tints of Meteorite #554470

Color information

#554470 (or 0x554470) is unknown color: approx Meteorite. HEX triplet: 55, 44 and 70. RGB value is (85,68,112). Sum of RGB (Red+Green+Blue) = 85+68+112=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #554470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554470 is #AABB8F. Grayscale: #4D4D4D. Windows color (decimal): -11189136 or 7357525. OLE color: 7357525.

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

Color convert

RGB8568112-
CMYK0.240.3900.56
HSL263.18º24.44%35.29%-
HSV(B)263.18º39.29%43.92%-
XYZ8.747.2416.27-
YUV78.1147.13132.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=32.08%
G=25.66%
B=42.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85681120.240.3900.56263.1824.4435.29
Hex55447018270381071823
Octal12510416030470704073043
Binary10101011000100111000011000100111011100010000011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554470; }

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

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

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

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

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

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

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

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