#5B2773

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

Shades of Honey Flower #5B2773

Tints of Honey Flower #5B2773

Color information

#5B2773 (or 0x5B2773) is unknown color: approx Honey Flower. HEX triplet: 5B, 27 and 73. RGB value is (91,39,115). Sum of RGB (Red+Green+Blue) = 91+39+115=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B2773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2773 is #A4D88C. Grayscale: #3E3E3E. Windows color (decimal): -10803341 or 7546715. OLE color: 7546715.

HSL color Cylindrical-coordinate representation of color #5B2773: hue angle of 281.05º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B2773 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9139115-
CMYK0.210.6600.55
HSL281.05º49.35%30.2%-
HSV(B)281.05º66.09%45.1%-
XYZ8.134.9116.74-
YUV63.21157.23147.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=37.14%
G=15.92%
B=46.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91391150.210.6600.55281.0549.3530.2
Hex5B27731542037119311e
Octal13347163251020674316136
Binary10110111001111110011101011000010011011110001100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,39,115); }

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

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

 a { background-color: rgb(91,39,115); }

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

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

 span { border-color: rgb(91,39,115); }

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