#5B2D72

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

Shades of Honey Flower #5B2D72

Tints of Honey Flower #5B2D72

Color information

#5B2D72 (or 0x5B2D72) is unknown color: approx Honey Flower. HEX triplet: 5B, 2D and 72. RGB value is (91,45,114). Sum of RGB (Red+Green+Blue) = 91+45+114=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B2D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2D72 is #A4D28D. Grayscale: #424242. Windows color (decimal): -10801806 or 7482715. OLE color: 7482715.

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

Color convert

RGB9145114-
CMYK0.200.6100.55
HSL280º43.4%31.18%-
HSV(B)280º60.53%44.71%-
XYZ8.295.3216.51-
YUV66.62154.74145.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.4%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=36.4%
G=18%
B=45.6%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91451140.200.6100.5528043.431.18
Hex5B2D72143D0371182b1f
Octal1335516224750674305337
Binary1011011101101111001010100111101011011110001100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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