#5A266D

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

Shades of Honey Flower #5A266D

Tints of Honey Flower #5A266D

Color information

#5A266D (or 0x5A266D) is unknown color: approx Honey Flower. HEX triplet: 5A, 26 and 6D. RGB value is (90,38,109). Sum of RGB (Red+Green+Blue) = 90+38+109=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A266D is #A5D992. Grayscale: #3D3D3D. Windows color (decimal): -10869139 or 7153242. OLE color: 7153242.

HSL color Cylindrical-coordinate representation of color #5A266D: hue angle of 283.94º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A266D is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9038109-
CMYK0.170.6500.57
HSL283.94º48.3%28.82%-
HSV(B)283.94º65.14%42.75%-
XYZ7.674.6614.96-
YUV61.64154.73148.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=37.97%
G=16.03%
B=45.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90381090.170.6500.57283.9448.328.82
Hex5A266D114103911c301d
Octal13246155211010714346035
Binary10110101001101101101100011000001011100110001110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,38,109); }

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

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

 a { background-color: rgb(90,38,109); }

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

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

 span { border-color: rgb(90,38,109); }

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