#55456B

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

Shades of Meteorite #55456B

Tints of Meteorite #55456B

Color information

#55456B (or 0x55456B) is unknown color: approx Meteorite. HEX triplet: 55, 45 and 6B. RGB value is (85,69,107). Sum of RGB (Red+Green+Blue) = 85+69+107=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 107 - color contains mainly: blue. Hex color #55456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55456B is #AABA94. Grayscale: #4D4D4D. Windows color (decimal): -11188885 or 7030101. OLE color: 7030101.

HSL color Cylindrical-coordinate representation of color #55456B: hue angle of 265.26º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55456B is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8569107-
CMYK0.210.3600.58
HSL265.26º21.59%34.51%-
HSV(B)265.26º35.51%41.96%-
XYZ8.537.2514.86-
YUV78.12144.3132.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 107 (42.19% from 255) = 41.00%
R=32.57%
G=26.44%
B=41.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85691070.210.3600.58265.2621.5934.51
Hex55456B152403A1091623
Octal12510515325440724112643
Binary10101011000101110101110101100100011101010000100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55456B; }

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

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

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

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

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

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

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

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