#B53A74

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

Shades of Royal Heath #B53A74

Tints of Royal Heath #B53A74

Color information

#B53A74 (or 0xB53A74) is unknown color: approx Royal Heath. HEX triplet: B5, 3A and 74. RGB value is (181,58,116). Sum of RGB (Red+Green+Blue) = 181+58+116=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A74 is #4AC58B. Grayscale: #656565. Windows color (decimal): -4900236 or 7617205. OLE color: 7617205.

HSL color Cylindrical-coordinate representation of color #B53A74: hue angle of 331.71º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53A74 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18158116-
CMYK00.680.360.29
HSL331.71º51.46%46.86%-
HSV(B)331.71º67.96%70.98%-
XYZ23.7214.1118-
YUV101.39136.25184.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=50.99%
G=16.34%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815811600.680.360.29331.7151.4646.86
HexB53A74044241D14c332f
Octal26572164010444355146357
Binary1011010111101011101000100010010010011101101001100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A74; }

 p { color: rgb(181,58,116); }

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

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

 a { background-color: rgb(181,58,116); }

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

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

 span { border-color: rgb(181,58,116); }

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