#554574

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

Shades of Meteorite #554574

Tints of Meteorite #554574

Color information

#554574 (or 0x554574) is unknown color: approx Meteorite. HEX triplet: 55, 45 and 74. RGB value is (85,69,116). Sum of RGB (Red+Green+Blue) = 85+69+116=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #554574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554574 is #AABA8B. Grayscale: #4E4E4E. Windows color (decimal): -11188876 or 7619925. OLE color: 7619925.

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

Color convert

RGB8569116-
CMYK0.270.4100.55
HSL260.43º25.41%36.27%-
HSV(B)260.43º40.52%45.49%-
XYZ9.037.4517.48-
YUV79.14148.8132.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=31.48%
G=25.56%
B=42.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85691160.270.4100.55260.4325.4136.27
Hex5545741B290371041924
Octal12510516433510674043144
Binary10101011000101111010011011101001011011110000010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554574; }

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

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

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

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

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

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

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

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