#B5537F

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

Shades of Royal Heath #B5537F

Tints of Royal Heath #B5537F

Color information

#B5537F (or 0xB5537F) is unknown color: approx Royal Heath. HEX triplet: B5, 53 and 7F. RGB value is (181,83,127). Sum of RGB (Red+Green+Blue) = 181+83+127=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5537F is #4AAC80. Grayscale: #757575. Windows color (decimal): -4893825 or 8344501. OLE color: 8344501.

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

Color convert

RGB18183127-
CMYK00.540.300.29
HSL333.06º39.84%51.76%-
HSV(B)333.06º54.14%70.98%-
XYZ25.9817.5422.1-
YUV117.32133.47173.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 127 (50% from 255) = 32.48%
R=46.29%
G=21.23%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818312700.540.300.29333.0639.8451.76
HexB5537F0361E1D14d2834
Octal26512317706636355155064
Binary101101011010011111111101101101111011101101001101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5537F; }

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

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

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

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

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

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

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

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