Html Css Color HEX #503762 Honey Flower

📋 copy color: '#503762'

red 80 ◦ green 55 ◦ blue 98

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

Shades of Honey Flower #503762

Tints of Honey Flower #503762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 34.33%
G = 23.61%
B = 42.06%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503762 (or 0x503762) is known color: Honey Flower. HEX triplet: 50, 37 and 62. RGB value is (80,55,98). Sum of RGB (Red+Green+Blue) = 80+55+98=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #503762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503762 is #AFC89D. Grayscale: #434343. Windows color (decimal): -11520158 or 6436688. OLE color: 6436688.

HSL color Cylindrical-coordinate representation of color #503762: hue angle of 274.88º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #503762 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 55 98 -
CMYK 0.18 0.44 0 0.62
HSL 274.88º 0.28% 0.3% -
HSV(B) 274.88º 0.44% 0.38% -
XYZ 6.88 5.32 12.22 -
YUV 67.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 80 55 98 0.18 0.44 0 0.62 274.88 0.28 0.3
Hex 50 37 62 12 2C 0 3E 113 1C 1E
Octal 120 67 142 22 54 0 76 423 34 36
Binary 1010000 110111 1100010 10010 101100 0 111110 100010011 11100 11110

Color Harmonies of #503762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503762

Black with #503762

Text Example


Text Example

White with #503762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503762; }

 p { color: rgb(80,55,98); }

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

background-color css

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

 a { background-color: rgb(80,55,98); }

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

border-color css

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

 span { border-color: rgb(80,55,98); }

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