Html Css Color HEX #503965 Honey Flower

📋 copy color: '#503965'

red 80 ◦ green 57 ◦ blue 101

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

Shades of Honey Flower #503965

Tints of Honey Flower #503965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 33.61%
G = 23.95%
B = 42.44%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#503965 (or 0x503965) is known color: Honey Flower. HEX triplet: 50, 39 and 65. RGB value is (80,57,101). Sum of RGB (Red+Green+Blue) = 80+57+101=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #503965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503965 is #AFC69A. Grayscale: #444444. Windows color (decimal): -11519643 or 6633808. OLE color: 6633808.

HSL color Cylindrical-coordinate representation of color #503965: hue angle of 271.36º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #503965 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 57 101 -
CMYK 0.21 0.44 0 0.60
HSL 271.36º 0.28% 0.31% -
HSV(B) 271.36º 0.44% 0.4% -
XYZ 7.12 5.57 13.01 -
YUV 68.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 80 57 101 0.21 0.44 0 0.60 271.36 0.28 0.31
Hex 50 39 65 15 2C 0 3C 10F 1C 1F
Octal 120 71 145 25 54 0 74 417 34 37
Binary 1010000 111001 1100101 10101 101100 0 111100 100001111 11100 11111

Color Harmonies of #503965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503965

Black with #503965

Text Example


Text Example

White with #503965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503965; }

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

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

background-color css

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

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

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

border-color css

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

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

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