#5a366b

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

Shades of Honey Flower #5A366B

Tints of Honey Flower #5A366B

Color information

#5A366B (or 0x5A366B) is unknown color: approx Honey Flower. HEX triplet: 5A, 36 and 6B. RGB value is (90,54,107). Sum of RGB (Red+Green+Blue) = 90+54+107=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A366B is #A5C994. Grayscale: #464646. Windows color (decimal): -10865045 or 7026266. OLE color: 7026266.

HSL color Cylindrical-coordinate representation of color #5A366B: hue angle of 280.75º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A366B is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9054107-
CMYK0.160.5000.58
HSL280.75º32.92%31.57%-
HSV(B)280.75º49.53%41.96%-
XYZ8.195.8714.61-
YUV70.81148.43141.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.86%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 107 (42.19% from 255) = 42.63%
R=35.86%
G=21.51%
B=42.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90541070.160.5000.58280.7532.9231.57
Hex5A366B103203A1192120
Octal1326615320620724314140
Binary10110101101101101011100001100100111010100011001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a366b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,54,107); }

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

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

 a { background-color: rgb(90,54,107); }

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

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

 span { border-color: rgb(90,54,107); }

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