#B53559

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

Shades of Old Rose #B53559

Tints of Old Rose #B53559

Color information

#B53559 (or 0xB53559) is unknown color: approx Old Rose. HEX triplet: B5, 35 and 59. RGB value is (181,53,89). Sum of RGB (Red+Green+Blue) = 181+53+89=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B53559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53559 is #4ACAA6. Grayscale: #5F5F5F. Windows color (decimal): -4901543 or 5846453. OLE color: 5846453.

HSL color Cylindrical-coordinate representation of color #B53559: hue angle of 343.12º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53559 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1815389-
CMYK00.710.510.29
HSL343.12º54.7%45.88%-
HSV(B)343.12º70.72%70.98%-
XYZ22.1313.0910.81-
YUV95.38124.41189.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 53 (21.09% from 255) = 16.41%
BLUE value IS 89 (35.16% from 255) = 27.55%
R=56.04%
G=16.41%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181538900.710.510.29343.1254.745.88
HexB53559047331D157372e
Octal26565131010763355276756
Binary1011010111010110110010100011111001111101101010111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53559; }

 p { color: rgb(181,53,89); }

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

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

 a { background-color: rgb(181,53,89); }

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

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

 span { border-color: rgb(181,53,89); }

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