#B5557B

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

Shades of Royal Heath #B5557B

Tints of Royal Heath #B5557B

Color information

#B5557B (or 0xB5557B) is unknown color: approx Royal Heath. HEX triplet: B5, 55 and 7B. RGB value is (181,85,123). Sum of RGB (Red+Green+Blue) = 181+85+123=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5557B is #4AAA84. Grayscale: #757575. Windows color (decimal): -4893317 or 8082869. OLE color: 8082869.

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

Color convert

RGB18185123-
CMYK00.530.320.29
HSL336.25º39.34%52.16%-
HSV(B)336.25º53.04%70.98%-
XYZ25.8817.7520.8-
YUV118.04130.8172.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=46.53%
G=21.85%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818512300.530.320.29336.2539.3452.16
HexB5557B035201D1502734
Octal26512517306540355204764
Binary1011010110101011111011011010110000011101101010000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5557B; }

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

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

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

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

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

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

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

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