#B55583

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

Shades of Royal Heath #B55583

Tints of Royal Heath #B55583

Color information

#B55583 (or 0xB55583) is unknown color: approx Royal Heath. HEX triplet: B5, 55 and 83. RGB value is (181,85,131). Sum of RGB (Red+Green+Blue) = 181+85+131=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B55583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55583 is #4AAA7C. Grayscale: #767676. Windows color (decimal): -4893309 or 8607157. OLE color: 8607157.

HSL color Cylindrical-coordinate representation of color #B55583: hue angle of 331.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 #B55583 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB18185131-
CMYK00.530.280.29
HSL331.25º39.34%52.16%-
HSV(B)331.25º53.04%70.98%-
XYZ26.417.9623.55-
YUV118.95134.8172.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=45.59%
G=21.41%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818513100.530.280.29331.2539.3452.16
HexB555830351C1D14b2734
Octal26512520306534355134764
Binary1011010110101011000001101101011110011101101001011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55583; }

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

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

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

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

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

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

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

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