#554174

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

Shades of Meteorite #554174

Tints of Meteorite #554174

Color information

#554174 (or 0x554174) is unknown color: approx Meteorite. HEX triplet: 55, 41 and 74. RGB value is (85,65,116). Sum of RGB (Red+Green+Blue) = 85+65+116=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #554174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554174 is #AABE8B. Grayscale: #4C4C4C. Windows color (decimal): -11189900 or 7618901. OLE color: 7618901.

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

Color convert

RGB8565116-
CMYK0.270.4400.55
HSL263.53º28.18%35.49%-
HSV(B)263.53º43.97%45.49%-
XYZ8.796.9717.41-
YUV76.79150.13133.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 116 (45.70% from 255) = 43.61%
R=31.95%
G=24.44%
B=43.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85651160.270.4400.55263.5328.1835.49
Hex5541741B2C0371081c23
Octal12510116433540674103443
Binary10101011000001111010011011101100011011110000100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554174; }

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

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

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

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

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

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

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

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