#B5557C

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

Shades of Royal Heath #B5557C

Tints of Royal Heath #B5557C

Color information

#B5557C (or 0xB5557C) is unknown color: approx Royal Heath. HEX triplet: B5, 55 and 7C. RGB value is (181,85,124). Sum of RGB (Red+Green+Blue) = 181+85+124=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5557C is #4AAA83. Grayscale: #767676. Windows color (decimal): -4893316 or 8148405. OLE color: 8148405.

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

Color convert

RGB18185124-
CMYK00.530.310.29
HSL335.62º39.34%52.16%-
HSV(B)335.62º53.04%70.98%-
XYZ25.9417.7821.13-
YUV118.15131.3172.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 124 (48.83% from 255) = 31.79%
R=46.41%
G=21.79%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818512400.530.310.29335.6239.3452.16
HexB5557C0351F1D1502734
Octal26512517406537355204764
Binary101101011010101111110001101011111111101101010000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5557C; }

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

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

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

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

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

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

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

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