#5B4075

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

Shades of Honey Flower #5B4075

Tints of Honey Flower #5B4075

Color information

#5B4075 (or 0x5B4075) is unknown color: approx Honey Flower. HEX triplet: 5B, 40 and 75. RGB value is (91,64,117). Sum of RGB (Red+Green+Blue) = 91+64+117=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B4075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4075 is #A4BF8A. Grayscale: #4D4D4D. Windows color (decimal): -10796939 or 7684187. OLE color: 7684187.

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

Color convert

RGB9164117-
CMYK0.220.4500.54
HSL270.57º29.28%35.49%-
HSV(B)270.57º45.3%45.88%-
XYZ9.367.1817.72-
YUV78.12149.95137.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.46%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=33.46%
G=23.53%
B=43.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91641170.220.4500.54270.5729.2835.49
Hex5B4075162D03610f1d23
Octal13310016526550664173543
Binary10110111000000111010110110101101011011010000111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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