#5A3961

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

Shades of Honey Flower #5A3961

Tints of Honey Flower #5A3961

Color information

#5A3961 (or 0x5A3961) is unknown color: approx Honey Flower. HEX triplet: 5A, 39 and 61. RGB value is (90,57,97). Sum of RGB (Red+Green+Blue) = 90+57+97=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A3961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3961 is #A5C69E. Grayscale: #474747. Windows color (decimal): -10864287 or 6371674. OLE color: 6371674.

HSL color Cylindrical-coordinate representation of color #5A3961: hue angle of 289.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A3961 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB905797-
CMYK0.070.4100.62
HSL289.5º25.97%30.2%-
HSV(B)289.5º41.24%38.04%-
XYZ7.845.9612.05-
YUV71.43142.43141.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.89%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=36.89%
G=23.36%
B=39.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9057970.070.4100.62289.525.9730.2
Hex5A396172903E1221a1e
Octal132711417510764423236
Binary1011010111001110000111110100101111101001000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,57,97); }

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

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

 a { background-color: rgb(90,57,97); }

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

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

 span { border-color: rgb(90,57,97); }

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