#B5557E

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

Shades of Royal Heath #B5557E

Tints of Royal Heath #B5557E

Color information

#B5557E (or 0xB5557E) is unknown color: approx Royal Heath. HEX triplet: B5, 55 and 7E. RGB value is (181,85,126). Sum of RGB (Red+Green+Blue) = 181+85+126=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5557E is #4AAA81. Grayscale: #767676. Windows color (decimal): -4893314 or 8279477. OLE color: 8279477.

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

Color convert

RGB18185126-
CMYK00.530.300.29
HSL334.38º39.34%52.16%-
HSV(B)334.38º53.04%70.98%-
XYZ26.0717.8321.81-
YUV118.38132.3172.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=46.17%
G=21.68%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818512600.530.300.29334.3839.3452.16
HexB5557E0351E1D14e2734
Octal26512517606536355164764
Binary101101011010101111111001101011111011101101001110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5557E; }

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

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

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

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

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

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

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

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