#5B3475

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

Shades of Honey Flower #5B3475

Tints of Honey Flower #5B3475

Color information

#5B3475 (or 0x5B3475) is unknown color: approx Honey Flower. HEX triplet: 5B, 34 and 75. RGB value is (91,52,117). Sum of RGB (Red+Green+Blue) = 91+52+117=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B3475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3475 is #A4CB8A. Grayscale: #464646. Windows color (decimal): -10800011 or 7681115. OLE color: 7681115.

HSL color Cylindrical-coordinate representation of color #5B3475: hue angle of 276º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B3475 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9152117-
CMYK0.220.5600.54
HSL276º38.46%33.14%-
HSV(B)276º55.56%45.88%-
XYZ8.755.9617.52-
YUV71.07153.92142.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 117 (46.09% from 255) = 45%
R=35%
G=20%
B=45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91521170.220.5600.5427638.4633.14
Hex5B347516380361142621
Octal1336416526700664244641
Binary10110111101001110101101101110000110110100010100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,52,117); }

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

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

 a { background-color: rgb(91,52,117); }

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

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

 span { border-color: rgb(91,52,117); }

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