#B5537A

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

Shades of Royal Heath #B5537A

Tints of Royal Heath #B5537A

Color information

#B5537A (or 0xB5537A) is unknown color: approx Royal Heath. HEX triplet: B5, 53 and 7A. RGB value is (181,83,122). Sum of RGB (Red+Green+Blue) = 181+83+122=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5537A is #4AAC85. Grayscale: #747474. Windows color (decimal): -4893830 or 8016821. OLE color: 8016821.

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

Color convert

RGB18183122-
CMYK00.540.330.29
HSL336.12º39.84%51.76%-
HSV(B)336.12º54.14%70.98%-
XYZ25.6617.4220.42-
YUV116.75130.97173.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=46.89%
G=21.50%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818312200.540.330.29336.1239.8451.76
HexB5537A036211D1502834
Octal26512317206641355205064
Binary1011010110100111111010011011010000111101101010000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5537A; }

 p { color: rgb(181,83,122); }

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

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

 a { background-color: rgb(181,83,122); }

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

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

 span { border-color: rgb(181,83,122); }

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