#B5507B

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

Shades of Royal Heath #B5507B

Tints of Royal Heath #B5507B

Color information

#B5507B (or 0xB5507B) is unknown color: approx Royal Heath. HEX triplet: B5, 50 and 7B. RGB value is (181,80,123). Sum of RGB (Red+Green+Blue) = 181+80+123=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B5507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5507B is #4AAF84. Grayscale: #737373. Windows color (decimal): -4894597 or 8081589. OLE color: 8081589.

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

Color convert

RGB18180123-
CMYK00.560.320.29
HSL334.46º40.56%51.18%-
HSV(B)334.46º55.8%70.98%-
XYZ25.516.9920.67-
YUV115.1132.46175-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=47.14%
G=20.83%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818012300.560.320.29334.4640.5651.18
HexB5507B038201D14e2933
Octal26512017307040355165163
Binary1011010110100001111011011100010000011101101001110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5507B; }

 p { color: rgb(181,80,123); }

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

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

 a { background-color: rgb(181,80,123); }

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

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

 span { border-color: rgb(181,80,123); }

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