Html Css Color HEX #503E5E Honey Flower

📋 copy color: '#503E5E'

red 80 ◦ green 62 ◦ blue 94

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

Shades of Honey Flower #503E5E

Tints of Honey Flower #503E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.27%

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 33.9%
G = 26.27%
B = 39.83%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#503E5E (or 0x503E5E) is known color: Honey Flower. HEX triplet: 50, 3E and 5E. RGB value is (80,62,94). Sum of RGB (Red+Green+Blue) = 80+62+94=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #503E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E5E is #AFC1A1. Grayscale: #464646. Windows color (decimal): -11518370 or 6176336. OLE color: 6176336.

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

Color convert

RGB 80 62 94 -
CMYK 0.15 0.34 0 0.63
HSL 273.75º 0.21% 0.31% -
HSV(B) 273.75º 0.34% 0.37% -
XYZ 7.05 5.96 11.37 -
YUV 71.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 80 62 94 0.15 0.34 0 0.63 273.75 0.21 0.31
Hex 50 3E 5E F 22 0 3F 112 15 1F
Octal 120 76 136 17 42 0 77 422 25 37
Binary 1010000 111110 1011110 1111 100010 0 111111 100010010 10101 11111

Color Harmonies of #503E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E5E

Black with #503E5E

Text Example


Text Example

White with #503E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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