#B5587D

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

Shades of Royal Heath #B5587D

Tints of Royal Heath #B5587D

Color information

#B5587D (or 0xB5587D) is unknown color: approx Royal Heath. HEX triplet: B5, 58 and 7D. RGB value is (181,88,125). Sum of RGB (Red+Green+Blue) = 181+88+125=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5587D is #4AA782. Grayscale: #777777. Windows color (decimal): -4892547 or 8214709. OLE color: 8214709.

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

Color convert

RGB18188125-
CMYK00.510.310.29
HSL336.13º38.59%52.75%-
HSV(B)336.13º51.38%70.98%-
XYZ26.2518.2821.55-
YUV120.02130.81171.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=45.94%
G=22.34%
B=31.73%

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
Decimal1818812500.510.310.29336.1338.5952.75
HexB5587D0331F1D1502735
Octal26513017506337355204765
Binary101101011011000111110101100111111111101101010000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5587D; }

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

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

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

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

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

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

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

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