#554475

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

Shades of Meteorite #554475

Tints of Meteorite #554475

Color information

#554475 (or 0x554475) is unknown color: approx Meteorite. HEX triplet: 55, 44 and 75. RGB value is (85,68,117). Sum of RGB (Red+Green+Blue) = 85+68+117=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #554475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554475 is #AABB8A. Grayscale: #4E4E4E. Windows color (decimal): -11189131 or 7685205. OLE color: 7685205.

HSL color Cylindrical-coordinate representation of color #554475: hue angle of 260.82º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #554475 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8568117-
CMYK0.270.4200.54
HSL260.82º26.49%36.27%-
HSV(B)260.82º41.88%45.88%-
XYZ9.027.3517.77-
YUV78.67149.63132.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=31.48%
G=25.19%
B=43.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85681170.270.4200.54260.8226.4936.27
Hex5544751B2A0361051a24
Octal12510416533520664053244
Binary10101011000100111010111011101010011011010000010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554475; }

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

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

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

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

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

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

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

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