#B5567C

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

Shades of Royal Heath #B5567C

Tints of Royal Heath #B5567C

Color information

#B5567C (or 0xB5567C) is unknown color: approx Royal Heath. HEX triplet: B5, 56 and 7C. RGB value is (181,86,124). Sum of RGB (Red+Green+Blue) = 181+86+124=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5567C is #4AA983. Grayscale: #767676. Windows color (decimal): -4893060 or 8148661. OLE color: 8148661.

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

Color convert

RGB18186124-
CMYK00.520.310.29
HSL336º39.09%52.35%-
HSV(B)336º52.49%70.98%-
XYZ26.0217.9321.16-
YUV118.74130.97172.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=46.29%
G=21.99%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818612400.520.310.2933639.0952.35
HexB5567C0341F1D1502734
Octal26512617406437355204764
Binary101101011010110111110001101001111111101101010000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5567C; }

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

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

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

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

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

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

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

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