#5A466A

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

Shades of Honey Flower #5A466A

Tints of Honey Flower #5A466A

Color information

#5A466A (or 0x5A466A) is unknown color: approx Honey Flower. HEX triplet: 5A, 46 and 6A. RGB value is (90,70,106). Sum of RGB (Red+Green+Blue) = 90+70+106=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A466A is #A5B995. Grayscale: #4F4F4F. Windows color (decimal): -10860950 or 6964826. OLE color: 6964826.

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

Color convert

RGB9070106-
CMYK0.150.3400.58
HSL273.33º20.45%34.51%-
HSV(B)273.33º33.96%41.57%-
XYZ9.017.5914.63-
YUV80.08142.63135.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.83%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=33.83%
G=26.32%
B=39.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90701060.150.3400.58273.3320.4534.51
Hex5A466AF2203A1111423
Octal13210615217420724212443
Binary1011010100011011010101111100010011101010001000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,70,106); }

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

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

 a { background-color: rgb(90,70,106); }

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

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

 span { border-color: rgb(90,70,106); }

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