#5A3870

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

Shades of Honey Flower #5A3870

Tints of Honey Flower #5A3870

Color information

#5A3870 (or 0x5A3870) is unknown color: approx Honey Flower. HEX triplet: 5A, 38 and 70. RGB value is (90,56,112). Sum of RGB (Red+Green+Blue) = 90+56+112=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A3870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3870 is #A5C78F. Grayscale: #484848. Windows color (decimal): -10864528 or 7354458. OLE color: 7354458.

HSL color Cylindrical-coordinate representation of color #5A3870: hue angle of 276.43º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A3870 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9056112-
CMYK0.200.5000.56
HSL276.43º33.33%32.94%-
HSV(B)276.43º50%43.92%-
XYZ8.566.1716.07-
YUV72.55150.26140.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.88%
GREEN value IS 56 (22.27% from 255) = 21.71%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=34.88%
G=21.71%
B=43.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90561120.200.5000.56276.4333.3332.94
Hex5A387014320381142121
Octal1327016024620704244141
Binary10110101110001110000101001100100111000100010100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,56,112); }

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

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

 a { background-color: rgb(90,56,112); }

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

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

 span { border-color: rgb(90,56,112); }

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