#554172

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

Shades of Meteorite #554172

Tints of Meteorite #554172

Color information

#554172 (or 0x554172) is unknown color: approx Meteorite. HEX triplet: 55, 41 and 72. RGB value is (85,65,114). Sum of RGB (Red+Green+Blue) = 85+65+114=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #554172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554172 is #AABE8D. Grayscale: #4C4C4C. Windows color (decimal): -11189902 or 7487829. OLE color: 7487829.

HSL color Cylindrical-coordinate representation of color #554172: hue angle of 264.49º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #554172 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8565114-
CMYK0.250.4300.55
HSL264.49º27.37%35.1%-
HSV(B)264.49º42.98%44.71%-
XYZ8.676.9316.8-
YUV76.57149.13134.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=32.20%
G=24.62%
B=43.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85651140.250.4300.55264.4927.3735.1
Hex554172192B0371081b23
Octal12510116231530674103343
Binary10101011000001111001011001101011011011110000100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554172; }

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

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

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

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

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

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

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

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