#5A336B

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

Shades of Honey Flower #5A336B

Tints of Honey Flower #5A336B

Color information

#5A336B (or 0x5A336B) is unknown color: approx Honey Flower. HEX triplet: 5A, 33 and 6B. RGB value is (90,51,107). Sum of RGB (Red+Green+Blue) = 90+51+107=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A336B is #A5CC94. Grayscale: #444444. Windows color (decimal): -10865813 or 7025498. OLE color: 7025498.

HSL color Cylindrical-coordinate representation of color #5A336B: hue angle of 281.79º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A336B is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9051107-
CMYK0.160.5200.58
HSL281.79º35.44%30.98%-
HSV(B)281.79º52.34%41.96%-
XYZ8.055.614.57-
YUV69.04149.42142.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.29%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=36.29%
G=20.56%
B=43.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90511070.160.5200.58281.7935.4430.98
Hex5A336B103403A11a231f
Octal1326315320640724324337
Binary1011010110011110101110000110100011101010001101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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