#554372

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

Shades of Meteorite #554372

Tints of Meteorite #554372

Color information

#554372 (or 0x554372) is unknown color: approx Meteorite. HEX triplet: 55, 43 and 72. RGB value is (85,67,114). Sum of RGB (Red+Green+Blue) = 85+67+114=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #554372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554372 is #AABC8D. Grayscale: #4D4D4D. Windows color (decimal): -11189390 or 7488341. OLE color: 7488341.

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

Color convert

RGB8567114-
CMYK0.250.4100.55
HSL262.98º25.97%35.49%-
HSV(B)262.98º41.23%44.71%-
XYZ8.797.1616.84-
YUV77.74148.46133.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=31.95%
G=25.19%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85671140.250.4100.55262.9825.9735.49
Hex55437219290371071a23
Octal12510316231510674073243
Binary10101011000011111001011001101001011011110000011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554372; }

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

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

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

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

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

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

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

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