#B5587A

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

Shades of Royal Heath #B5587A

Tints of Royal Heath #B5587A

Color information

#B5587A (or 0xB5587A) is unknown color: approx Royal Heath. HEX triplet: B5, 58 and 7A. RGB value is (181,88,122). Sum of RGB (Red+Green+Blue) = 181+88+122=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5587A is #4AA785. Grayscale: #777777. Windows color (decimal): -4892550 or 8018101. OLE color: 8018101.

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

Color convert

RGB18188122-
CMYK00.510.330.29
HSL338.06º38.59%52.75%-
HSV(B)338.06º51.38%70.98%-
XYZ26.0618.2120.55-
YUV119.68129.31171.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=46.29%
G=22.51%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818812200.510.330.29338.0638.5952.75
HexB5587A033211D1522735
Octal26513017206341355224765
Binary1011010110110001111010011001110000111101101010010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5587A; }

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

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

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

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

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

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

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

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