#503D5E

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

Shades of Honey Flower #503D5E

Tints of Honey Flower #503D5E

Color information

#503D5E (or 0x503D5E) is unknown color: approx Honey Flower. HEX triplet: 50, 3D and 5E. RGB value is (80,61,94). Sum of RGB (Red+Green+Blue) = 80+61+94=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #503D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D5E is #AFC2A1. Grayscale: #464646. Windows color (decimal): -11518626 or 6176080. OLE color: 6176080.

HSL color Cylindrical-coordinate representation of color #503D5E: hue angle of 274.55º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #503D5E is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB806194-
CMYK0.150.3500.63
HSL274.55º21.29%30.39%-
HSV(B)274.55º35.11%36.86%-
XYZ75.8511.35-
YUV70.44141.29134.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 61 (24.22% from 255) = 25.96%
BLUE value IS 94 (37.11% from 255) = 40%
R=34.04%
G=25.96%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8061940.150.3500.63274.5521.2930.39
Hex503D5EF2303F113151e
Octal1207513617430774232536
Binary10100001111011011110111110001101111111000100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503D5E; }

 p { color: rgb(80,61,94); }

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

<style>
 a { background-color: #503D5E; }

 a { background-color: rgb(80,61,94); }

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

<style>
 span { border-color: #503D5E; }

 span { border-color: rgb(80,61,94); }

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