#B5567A

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

Shades of Royal Heath #B5567A

Tints of Royal Heath #B5567A

Color information

#B5567A (or 0xB5567A) is unknown color: approx Royal Heath. HEX triplet: B5, 56 and 7A. RGB value is (181,86,122). Sum of RGB (Red+Green+Blue) = 181+86+122=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5567A is #4AA985. Grayscale: #767676. Windows color (decimal): -4893062 or 8017589. OLE color: 8017589.

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

Color convert

RGB18186122-
CMYK00.520.330.29
HSL337.26º39.09%52.35%-
HSV(B)337.26º52.49%70.98%-
XYZ25.917.8820.5-
YUV118.51129.97172.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=46.53%
G=22.11%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818612200.520.330.29337.2639.0952.35
HexB5567A034211D1512734
Octal26512617206441355214764
Binary1011010110101101111010011010010000111101101010001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5567A; }

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

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

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

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

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

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

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

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