#B5597F

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

Shades of Royal Heath #B5597F

Tints of Royal Heath #B5597F

Color information

#B5597F (or 0xB5597F) is unknown color: approx Royal Heath. HEX triplet: B5, 59 and 7F. RGB value is (181,89,127). Sum of RGB (Red+Green+Blue) = 181+89+127=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B5597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5597F is #4AA680. Grayscale: #787878. Windows color (decimal): -4892289 or 8346037. OLE color: 8346037.

HSL color Cylindrical-coordinate representation of color #B5597F: hue angle of 335.22º 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 #B5597F is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB18189127-
CMYK00.510.300.29
HSL335.22º38.33%52.94%-
HSV(B)335.22º50.83%70.98%-
XYZ26.4618.522.26-
YUV120.84131.48170.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 127 (50% from 255) = 31.99%
R=45.59%
G=22.42%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818912700.510.300.29335.2238.3352.94
HexB5597F0331E1D14f2635
Octal26513117706336355174665
Binary101101011011001111111101100111111011101101001111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5597F; }

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

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

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

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

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

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

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

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