#B5587F

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

Shades of Royal Heath #B5587F

Tints of Royal Heath #B5587F

Color information

#B5587F (or 0xB5587F) is unknown color: approx Royal Heath. HEX triplet: B5, 58 and 7F. RGB value is (181,88,127). Sum of RGB (Red+Green+Blue) = 181+88+127=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5587F is #4AA780. Grayscale: #787878. Windows color (decimal): -4892545 or 8345781. OLE color: 8345781.

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

Color convert

RGB18188127-
CMYK00.510.300.29
HSL334.84º38.59%52.75%-
HSV(B)334.84º51.38%70.98%-
XYZ26.3818.3422.23-
YUV120.25131.81171.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 127 (50% from 255) = 32.07%
R=45.71%
G=22.22%
B=32.07%

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
Decimal1818812700.510.300.29334.8438.5952.75
HexB5587F0331E1D14f2735
Octal26513017706336355174765
Binary101101011011000111111101100111111011101101001111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5587F; }

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

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

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

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

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

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

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

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