#553E70

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

Shades of Meteorite #553E70

Tints of Meteorite #553E70

Color information

#553E70 (or 0x553E70) is unknown color: approx Meteorite. HEX triplet: 55, 3E and 70. RGB value is (85,62,112). Sum of RGB (Red+Green+Blue) = 85+62+112=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #553E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553E70 is #AAC18F. Grayscale: #4A4A4A. Windows color (decimal): -11190672 or 7355989. OLE color: 7355989.

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

Color convert

RGB8562112-
CMYK0.240.4500.56
HSL267.6º28.74%34.12%-
HSV(B)267.6º44.64%43.92%-
XYZ8.396.5516.15-
YUV74.58149.12135.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=32.82%
G=23.94%
B=43.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85621120.240.4500.56267.628.7434.12
Hex553E70182D03810c1d22
Octal1257616030550704143542
Binary1010101111110111000011000101101011100010000110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E70; }

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

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

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

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

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

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

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

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