#554175

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

Shades of Meteorite #554175

Tints of Meteorite #554175

Color information

#554175 (or 0x554175) is unknown color: approx Meteorite. HEX triplet: 55, 41 and 75. RGB value is (85,65,117). Sum of RGB (Red+Green+Blue) = 85+65+117=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #554175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554175 is #AABE8A. Grayscale: #4C4C4C. Windows color (decimal): -11189899 or 7684437. OLE color: 7684437.

HSL color Cylindrical-coordinate representation of color #554175: hue angle of 263.08º degrees, saturation: 0.29, 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 #554175 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8565117-
CMYK0.270.4400.54
HSL263.08º28.57%35.69%-
HSV(B)263.08º44.44%45.88%-
XYZ8.85717.71-
YUV76.91150.63133.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 65 (25.78% from 255) = 24.34%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=31.84%
G=24.34%
B=43.82%

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
Decimal85651170.270.4400.54263.0828.5735.69
Hex5541751B2C0361071d24
Octal12510116533540664073544
Binary10101011000001111010111011101100011011010000011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554175; }

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

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

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

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

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

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

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

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