#554371

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

Shades of Meteorite #554371

Tints of Meteorite #554371

Color information

#554371 (or 0x554371) is unknown color: approx Meteorite. HEX triplet: 55, 43 and 71. RGB value is (85,67,113). Sum of RGB (Red+Green+Blue) = 85+67+113=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #554371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554371 is #AABC8E. Grayscale: #4D4D4D. Windows color (decimal): -11189391 or 7422805. OLE color: 7422805.

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

Color convert

RGB8567113-
CMYK0.250.4100.56
HSL263.48º25.56%35.29%-
HSV(B)263.48º40.71%44.31%-
XYZ8.737.1416.54-
YUV77.63147.96133.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=32.08%
G=25.28%
B=42.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85671130.250.4100.56263.4825.5635.29
Hex55437119290381071a23
Octal12510316131510704073243
Binary10101011000011111000111001101001011100010000011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554371; }

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

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

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

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

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

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

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

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