#5B2A72

Color #5B2A72 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5B2A72

Tints of Honey Flower #5B2A72

Color information

#5B2A72 (or 0x5B2A72) is unknown color: approx Honey Flower. HEX triplet: 5B, 2A and 72. RGB value is (91,42,114). Sum of RGB (Red+Green+Blue) = 91+42+114=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B2A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2A72 is #A4D58D. Grayscale: #404040. Windows color (decimal): -10802574 or 7481947. OLE color: 7481947.

HSL color Cylindrical-coordinate representation of color #5B2A72: hue angle of 280.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B2A72 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9142114-
CMYK0.200.6300.55
HSL280.83º46.15%30.59%-
HSV(B)280.83º63.16%44.71%-
XYZ8.185.0916.47-
YUV64.86155.73146.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.84%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=36.84%
G=17.00%
B=46.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91421140.200.6300.55280.8346.1530.59
Hex5B2A72143F0371192e1f
Octal1335216224770674315637
Binary1011011101010111001010100111111011011110001100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B2A72; }

 p { color: rgb(91,42,114); }

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

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

 a { background-color: rgb(91,42,114); }

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

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

 span { border-color: rgb(91,42,114); }

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