#5B276E

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

Shades of Honey Flower #5B276E

Tints of Honey Flower #5B276E

Color information

#5B276E (or 0x5B276E) is unknown color: approx Honey Flower. HEX triplet: 5B, 27 and 6E. RGB value is (91,39,110). Sum of RGB (Red+Green+Blue) = 91+39+110=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B276E is #A4D891. Grayscale: #3E3E3E. Windows color (decimal): -10803346 or 7219035. OLE color: 7219035.

HSL color Cylindrical-coordinate representation of color #5B276E: hue angle of 283.94º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B276E is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9139110-
CMYK0.170.6500.57
HSL283.94º47.65%29.22%-
HSV(B)283.94º64.55%43.14%-
XYZ7.854.815.26-
YUV62.64154.73148.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.92%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=37.92%
G=16.25%
B=45.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91391100.170.6500.57283.9447.6529.22
Hex5B276E114103911c301d
Octal13347156211010714346035
Binary10110111001111101110100011000001011100110001110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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