#5A426E

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

Shades of Honey Flower #5A426E

Tints of Honey Flower #5A426E

Color information

#5A426E (or 0x5A426E) is unknown color: approx Honey Flower. HEX triplet: 5A, 42 and 6E. RGB value is (90,66,110). Sum of RGB (Red+Green+Blue) = 90+66+110=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A426E is #A5BD91. Grayscale: #4E4E4E. Windows color (decimal): -10861970 or 7225946. OLE color: 7225946.

HSL color Cylindrical-coordinate representation of color #5A426E: hue angle of 272.73º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A426E is Cyan = 0.18, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9066110-
CMYK0.180.400.57
HSL272.73º25%34.51%-
HSV(B)272.73º40%43.14%-
XYZ8.987.215.67-
YUV78.19145.95136.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.83%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=33.83%
G=24.81%
B=41.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90661100.180.400.57272.732534.51
Hex5A426E12280391111923
Octal13210215622500714213143
Binary10110101000010110111010010101000011100110001000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,66,110); }

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

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

 a { background-color: rgb(90,66,110); }

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

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

 span { border-color: rgb(90,66,110); }

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