#5B3770

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

Shades of Honey Flower #5B3770

Tints of Honey Flower #5B3770

Color information

#5B3770 (or 0x5B3770) is unknown color: approx Honey Flower. HEX triplet: 5B, 37 and 70. RGB value is (91,55,112). Sum of RGB (Red+Green+Blue) = 91+55+112=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B3770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3770 is #A4C88F. Grayscale: #484848. Windows color (decimal): -10799248 or 7354203. OLE color: 7354203.

HSL color Cylindrical-coordinate representation of color #5B3770: hue angle of 277.89º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B3770 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9155112-
CMYK0.190.5100.56
HSL277.89º34.13%32.75%-
HSV(B)277.89º50.89%43.92%-
XYZ8.616.1316.06-
YUV72.26150.43141.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.27%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=35.27%
G=21.32%
B=43.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91551120.190.5100.56277.8934.1332.75
Hex5B377013330381162221
Octal1336716023630704264241
Binary10110111101111110000100111100110111000100010110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,55,112); }

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

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

 a { background-color: rgb(91,55,112); }

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

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

 span { border-color: rgb(91,55,112); }

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