#554570

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

Shades of Meteorite #554570

Tints of Meteorite #554570

Color information

#554570 (or 0x554570) is unknown color: approx Meteorite. HEX triplet: 55, 45 and 70. RGB value is (85,69,112). Sum of RGB (Red+Green+Blue) = 85+69+112=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #554570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554570 is #AABA8F. Grayscale: #4E4E4E. Windows color (decimal): -11188880 or 7357781. OLE color: 7357781.

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

Color convert

RGB8569112-
CMYK0.240.3800.56
HSL262.33º23.76%35.49%-
HSV(B)262.33º38.39%43.92%-
XYZ8.87.3616.29-
YUV78.69146.8132.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=31.95%
G=25.94%
B=42.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85691120.240.3800.56262.3323.7635.49
Hex55457018260381061823
Octal12510516030460704063043
Binary10101011000101111000011000100110011100010000011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554570; }

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

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

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

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

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

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

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

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