#5B2372

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

Shades of Honey Flower #5B2372

Tints of Honey Flower #5B2372

Color information

#5B2372 (or 0x5B2372) is unknown color: approx Honey Flower. HEX triplet: 5B, 23 and 72. RGB value is (91,35,114). Sum of RGB (Red+Green+Blue) = 91+35+114=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B2372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2372 is #A4DC8D. Grayscale: #3C3C3C. Windows color (decimal): -10804366 or 7480155. OLE color: 7480155.

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

Color convert

RGB9135114-
CMYK0.200.6900.55
HSL282.53º53.02%29.22%-
HSV(B)282.53º69.3%44.71%-
XYZ7.954.6416.4-
YUV60.75158.05149.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.92%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=37.92%
G=14.58%
B=47.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91351140.200.6900.55282.5353.0229.22
Hex5B2372144503711b351d
Octal13343162241050674336535
Binary10110111000111110010101001000101011011110001101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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