#554872

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

Shades of Meteorite #554872

Tints of Meteorite #554872

Color information

#554872 (or 0x554872) is unknown color: approx Meteorite. HEX triplet: 55, 48 and 72. RGB value is (85,72,114). Sum of RGB (Red+Green+Blue) = 85+72+114=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #554872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554872 is #AAB78D. Grayscale: #505050. Windows color (decimal): -11188110 or 7489621. OLE color: 7489621.

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

Color convert

RGB8572114-
CMYK0.250.3700.55
HSL258.57º22.58%36.47%-
HSV(B)258.57º36.84%44.71%-
XYZ9.17.7816.94-
YUV80.68146.81131.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=31.37%
G=26.57%
B=42.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85721140.250.3700.55258.5722.5836.47
Hex55487219250371031724
Octal12511016231450674032744
Binary10101011001000111001011001100101011011110000001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554872; }

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

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

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

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

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

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

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

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