#5A346F

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

Shades of Honey Flower #5A346F

Tints of Honey Flower #5A346F

Color information

#5A346F (or 0x5A346F) is unknown color: approx Honey Flower. HEX triplet: 5A, 34 and 6F. RGB value is (90,52,111). Sum of RGB (Red+Green+Blue) = 90+52+111=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A346F is #A5CB90. Grayscale: #454545. Windows color (decimal): -10865553 or 7287898. OLE color: 7287898.

HSL color Cylindrical-coordinate representation of color #5A346F: hue angle of 278.64º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A346F is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9052111-
CMYK0.190.5300.56
HSL278.64º36.2%31.96%-
HSV(B)278.64º53.15%43.53%-
XYZ8.315.7815.72-
YUV70.09151.09142.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.57%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 111 (43.75% from 255) = 43.87%
R=35.57%
G=20.55%
B=43.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90521110.190.5300.56278.6436.231.96
Hex5A346F13350381172420
Octal1326415723650704274440
Binary10110101101001101111100111101010111000100010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,52,111); }

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

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

 a { background-color: rgb(90,52,111); }

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

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

 span { border-color: rgb(90,52,111); }

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