#5A2672

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

Shades of Honey Flower #5A2672

Tints of Honey Flower #5A2672

Color information

#5A2672 (or 0x5A2672) is unknown color: approx Honey Flower. HEX triplet: 5A, 26 and 72. RGB value is (90,38,114). Sum of RGB (Red+Green+Blue) = 90+38+114=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A2672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2672 is #A5D98D. Grayscale: #3D3D3D. Windows color (decimal): -10869134 or 7480922. OLE color: 7480922.

HSL color Cylindrical-coordinate representation of color #5A2672: hue angle of 281.05º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A2672 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9038114-
CMYK0.210.6700.55
HSL281.05º50%29.8%-
HSV(B)281.05º66.67%44.71%-
XYZ7.954.7716.42-
YUV62.21157.23147.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.19%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=37.19%
G=15.70%
B=47.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90381140.210.6700.55281.055029.8
Hex5A26721543037119321e
Octal13246162251030674316236
Binary10110101001101110010101011000011011011110001100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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