#503865

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

Shades of Honey Flower #503865

Tints of Honey Flower #503865

Color information

#503865 (or 0x503865) is unknown color: approx Honey Flower. HEX triplet: 50, 38 and 65. RGB value is (80,56,101). Sum of RGB (Red+Green+Blue) = 80+56+101=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #503865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503865 is #AFC79A. Grayscale: #444444. Windows color (decimal): -11519899 or 6633552. OLE color: 6633552.

HSL color Cylindrical-coordinate representation of color #503865: hue angle of 272º 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 #503865 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8056101-
CMYK0.210.4500.60
HSL272º28.66%30.78%-
HSV(B)272º44.55%39.61%-
XYZ7.075.4713-
YUV68.31146.45136.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=33.76%
G=23.63%
B=42.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80561010.210.4500.6027228.6630.78
Hex503865152D03C1101d1f
Octal1207014525550744203537
Binary101000011100011001011010110110101111001000100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503865; }

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

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

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

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

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

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

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

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