#554472

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

Shades of Meteorite #554472

Tints of Meteorite #554472

Color information

#554472 (or 0x554472) is unknown color: approx Meteorite. HEX triplet: 55, 44 and 72. RGB value is (85,68,114). Sum of RGB (Red+Green+Blue) = 85+68+114=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #554472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554472 is #AABB8D. Grayscale: #4E4E4E. Windows color (decimal): -11189134 or 7488597. OLE color: 7488597.

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

Color convert

RGB8568114-
CMYK0.250.4000.55
HSL262.17º25.27%35.69%-
HSV(B)262.17º40.35%44.71%-
XYZ8.857.2816.86-
YUV78.33148.13132.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=31.84%
G=25.47%
B=42.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85681140.250.4000.55262.1725.2735.69
Hex55447219280371061924
Octal12510416231500674063144
Binary10101011000100111001011001101000011011110000011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554472; }

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

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

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

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

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

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

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

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