#B5597C

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

Shades of Royal Heath #B5597C

Tints of Royal Heath #B5597C

Color information

#B5597C (or 0xB5597C) is unknown color: approx Royal Heath. HEX triplet: B5, 59 and 7C. RGB value is (181,89,124). Sum of RGB (Red+Green+Blue) = 181+89+124=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5597C is #4AA683. Grayscale: #787878. Windows color (decimal): -4892292 or 8149429. OLE color: 8149429.

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

Color convert

RGB18189124-
CMYK00.510.310.29
HSL337.17º38.33%52.94%-
HSV(B)337.17º50.83%70.98%-
XYZ26.2718.4221.24-
YUV120.5129.98171.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=45.94%
G=22.59%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818912400.510.310.29337.1738.3352.94
HexB5597C0331F1D1512635
Octal26513117406337355214665
Binary101101011011001111110001100111111111101101010001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5597C; }

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

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

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

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

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

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

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

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