#B53C58

Color #B53C58 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B53C58

Tints of Hippie Pink #B53C58

Color information

#B53C58 (or 0xB53C58) is unknown color: approx Hippie Pink. HEX triplet: B5, 3C and 58. RGB value is (181,60,88). Sum of RGB (Red+Green+Blue) = 181+60+88=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C58 is #4AC3A7. Grayscale: #636363. Windows color (decimal): -4899752 or 5782709. OLE color: 5782709.

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

Color convert

RGB1816088-
CMYK00.670.510.29
HSL346.12º50.21%47.25%-
HSV(B)346.12º66.85%70.98%-
XYZ22.4313.7610.71-
YUV99.37121.59186.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 60 (23.83% from 255) = 18.24%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=55.02%
G=18.24%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181608800.670.510.29346.1250.2147.25
HexB53C58043331D15a322f
Octal26574130010363355326257
Binary1011010111110010110000100001111001111101101011010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C58; }

 p { color: rgb(181,60,88); }

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

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

 a { background-color: rgb(181,60,88); }

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

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

 span { border-color: rgb(181,60,88); }

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