#554469

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

Shades of Meteorite #554469

Tints of Meteorite #554469

Color information

#554469 (or 0x554469) is unknown color: approx Meteorite. HEX triplet: 55, 44 and 69. RGB value is (85,68,105). Sum of RGB (Red+Green+Blue) = 85+68+105=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #554469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554469 is #AABB96. Grayscale: #4D4D4D. Windows color (decimal): -11189143 or 6898773. OLE color: 6898773.

HSL color Cylindrical-coordinate representation of color #554469: hue angle of 267.57º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #554469 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8568105-
CMYK0.190.3500.59
HSL267.57º21.39%33.92%-
HSV(B)267.57º35.24%41.18%-
XYZ8.367.0914.29-
YUV77.3143.63133.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 105 (41.41% from 255) = 40.70%
R=32.95%
G=26.36%
B=40.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85681050.190.3500.59267.5721.3933.92
Hex554469132303B10c1522
Octal12510415123430734142542
Binary10101011000100110100110011100011011101110000110010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554469; }

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

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

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

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

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

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

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

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