#B5587E

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

Shades of Royal Heath #B5587E

Tints of Royal Heath #B5587E

Color information

#B5587E (or 0xB5587E) is unknown color: approx Royal Heath. HEX triplet: B5, 58 and 7E. RGB value is (181,88,126). Sum of RGB (Red+Green+Blue) = 181+88+126=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5587E is #4AA781. Grayscale: #787878. Windows color (decimal): -4892546 or 8280245. OLE color: 8280245.

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

Color convert

RGB18188126-
CMYK00.510.300.29
HSL335.48º38.59%52.75%-
HSV(B)335.48º51.38%70.98%-
XYZ26.3118.3121.89-
YUV120.14131.31171.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 88 (34.77% from 255) = 22.28%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=45.82%
G=22.28%
B=31.90%

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
Decimal1818812600.510.300.29335.4838.5952.75
HexB5587E0331E1D14f2735
Octal26513017606336355174765
Binary101101011011000111111001100111111011101101001111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5587E; }

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

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

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

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

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

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

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

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