#B5507A

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

Shades of Royal Heath #B5507A

Tints of Royal Heath #B5507A

Color information

#B5507A (or 0xB5507A) is unknown color: approx Royal Heath. HEX triplet: B5, 50 and 7A. RGB value is (181,80,122). Sum of RGB (Red+Green+Blue) = 181+80+122=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B5507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5507A is #4AAF85. Grayscale: #727272. Windows color (decimal): -4894598 or 8016053. OLE color: 8016053.

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

Color convert

RGB18180122-
CMYK00.560.330.29
HSL335.05º40.56%51.18%-
HSV(B)335.05º55.8%70.98%-
XYZ25.4416.9720.35-
YUV114.99131.96175.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=47.26%
G=20.89%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818012200.560.330.29335.0540.5651.18
HexB5507A038211D14f2933
Octal26512017207041355175163
Binary1011010110100001111010011100010000111101101001111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5507A; }

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

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

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

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

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

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

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

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