#B55879

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

Shades of Royal Heath #B55879

Tints of Royal Heath #B55879

Color information

#B55879 (or 0xB55879) is unknown color: approx Royal Heath. HEX triplet: B5, 58 and 79. RGB value is (181,88,121). Sum of RGB (Red+Green+Blue) = 181+88+121=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B55879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55879 is #4AA786. Grayscale: #777777. Windows color (decimal): -4892551 or 7952565. OLE color: 7952565.

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

Color convert

RGB18188121-
CMYK00.510.330.29
HSL338.71º38.59%52.75%-
HSV(B)338.71º51.38%70.98%-
XYZ2618.1820.23-
YUV119.57128.81171.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=46.41%
G=22.56%
B=31.03%

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
Decimal1818812100.510.330.29338.7138.5952.75
HexB55879033211D1532735
Octal26513017106341355234765
Binary1011010110110001111001011001110000111101101010011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55879; }

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

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

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

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

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

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

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

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