#554275

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

Shades of Meteorite #554275

Tints of Meteorite #554275

Color information

#554275 (or 0x554275) is unknown color: approx Meteorite. HEX triplet: 55, 42 and 75. RGB value is (85,66,117). Sum of RGB (Red+Green+Blue) = 85+66+117=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #554275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554275 is #AABD8A. Grayscale: #4D4D4D. Windows color (decimal): -11189643 or 7684693. OLE color: 7684693.

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

Color convert

RGB8566117-
CMYK0.270.4400.54
HSL262.35º27.87%35.88%-
HSV(B)262.35º43.59%45.88%-
XYZ8.917.1117.73-
YUV77.5150.29133.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=31.72%
G=24.63%
B=43.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85661170.270.4400.54262.3527.8735.88
Hex5542751B2C0361061c24
Octal12510216533540664063444
Binary10101011000010111010111011101100011011010000011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554275; }

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

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

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

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

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

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

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

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