Html Css Color HEX #504E73 Corn Flower Blue

📋 copy color: '#504E73'

red 80 ◦ green 78 ◦ blue 115

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

Shades of Corn Flower Blue #504E73

Tints of Corn Flower Blue #504E73

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 29.3%
G = 28.57%
B = 42.12%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#504E73 (or 0x504E73) is known color: Corn Flower Blue. HEX triplet: 50, 4E and 73. RGB value is (80,78,115). Sum of RGB (Red+Green+Blue) = 80+78+115=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #504E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E73 is #AFB18C. Grayscale: #525252. Windows color (decimal): -11514253 or 7556688. OLE color: 7556688.

HSL color Cylindrical-coordinate representation of color #504E73: hue angle of 243.24º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504E73 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 78 115 -
CMYK 0.30 0.32 0 0.55
HSL 243.24º 0.19% 0.38% -
HSV(B) 243.24º 0.32% 0.45% -
XYZ 9.13 8.39 17.36 -
YUV 82.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 80 78 115 0.30 0.32 0 0.55 243.24 0.19 0.38
Hex 50 4E 73 1E 20 0 37 F3 13 26
Octal 120 116 163 36 40 0 67 363 23 46
Binary 1010000 1001110 1110011 11110 100000 0 110111 11110011 10011 100110

Color Harmonies of #504E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E73

Black with #504E73

Text Example


Text Example

White with #504E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504E73; }

 p { color: rgb(80,78,115); }

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

background-color css

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

 a { background-color: rgb(80,78,115); }

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

border-color css

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

 span { border-color: rgb(80,78,115); }

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