#B55781

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

Shades of Royal Heath #B55781

Tints of Royal Heath #B55781

Color information

#B55781 (or 0xB55781) is unknown color: approx Royal Heath. HEX triplet: B5, 57 and 81. RGB value is (181,87,129). Sum of RGB (Red+Green+Blue) = 181+87+129=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B55781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55781 is #4AA87E. Grayscale: #777777. Windows color (decimal): -4892799 or 8476597. OLE color: 8476597.

HSL color Cylindrical-coordinate representation of color #B55781: hue angle of 333.19º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55781 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18187129-
CMYK00.520.290.29
HSL333.19º38.84%52.55%-
HSV(B)333.19º51.93%70.98%-
XYZ26.4318.2322.89-
YUV119.89133.14171.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=45.59%
G=21.91%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818712900.520.290.29333.1938.8452.55
HexB557810341D1D14d2735
Octal26512720106435355154765
Binary1011010110101111000000101101001110111101101001101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55781; }

 p { color: rgb(181,87,129); }

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

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

 a { background-color: rgb(181,87,129); }

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

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

 span { border-color: rgb(181,87,129); }

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