#503866

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

Shades of Honey Flower #503866

Tints of Honey Flower #503866

Color information

#503866 (or 0x503866) is unknown color: approx Honey Flower. HEX triplet: 50, 38 and 66. RGB value is (80,56,102). Sum of RGB (Red+Green+Blue) = 80+56+102=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #503866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503866 is #AFC799. Grayscale: #444444. Windows color (decimal): -11519898 or 6699088. OLE color: 6699088.

HSL color Cylindrical-coordinate representation of color #503866: hue angle of 271.3º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #503866 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8056102-
CMYK0.220.4500.6
HSL271.3º29.11%30.98%-
HSV(B)271.3º45.1%40%-
XYZ7.125.4913.26-
YUV68.42146.95136.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 56 (22.27% from 255) = 23.53%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=33.61%
G=23.53%
B=42.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80561020.220.4500.6271.329.1130.98
Hex503866162D03C10f1d1f
Octal1207014626550744173537
Binary101000011100011001101011010110101111001000011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503866; }

 p { color: rgb(80,56,102); }

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

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

 a { background-color: rgb(80,56,102); }

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

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

 span { border-color: rgb(80,56,102); }

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