Html Css Color HEX #503963 Honey Flower

📋 copy color: '#503963'

red 80 ◦ green 57 ◦ blue 99

#503963
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #503963

Tints of Honey Flower #503963

RGB

 RED value IS 80 (31.64% from 255) = 33.9%

 GREEN value IS 57 (22.66% from 255) = 24.15%

 BLUE value IS 99 (39.06% from 255) = 41.95%

R = 33.9%
G = 24.15%
B = 41.95%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#503963 (or 0x503963) is known color: Honey Flower. HEX triplet: 50, 39 and 63. RGB value is (80,57,99). Sum of RGB (Red+Green+Blue) = 80+57+99=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #503963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503963 is #AFC69C. Grayscale: #444444. Windows color (decimal): -11519645 or 6502736. OLE color: 6502736.

HSL color Cylindrical-coordinate representation of color #503963: hue angle of 272.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #503963 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 57 99 -
CMYK 0.19 0.42 0 0.61
HSL 272.86º 0.27% 0.31% -
HSV(B) 272.86º 0.42% 0.39% -
XYZ 7.02 5.53 12.5 -
YUV 68.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 80 57 99 0.19 0.42 0 0.61 272.86 0.27 0.31
Hex 50 39 63 13 2A 0 3D 111 1B 1F
Octal 120 71 143 23 52 0 75 421 33 37
Binary 1010000 111001 1100011 10011 101010 0 111101 100010001 11011 11111

Color Harmonies of #503963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503963

Black with #503963

Text Example


Text Example

White with #503963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503963; }

 p { color: rgb(80,57,99); }

 H1.HeaderClassName
 {
   color: #503963;
 }
 .AnyTagClassName
 {
   color: #503963;
 }
</style>

background-color css

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

 a { background-color: rgb(80,57,99); }

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

border-color css

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

 span { border-color: rgb(80,57,99); }

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