Html Css Color HEX #504D71 Corn Flower Blue

📋 copy color: '#504D71'

red 80 ◦ green 77 ◦ blue 113

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

Shades of Corn Flower Blue #504D71

Tints of Corn Flower Blue #504D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 29.63%
G = 28.52%
B = 41.85%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#504D71 (or 0x504D71) is known color: Corn Flower Blue. HEX triplet: 50, 4D and 71. RGB value is (80,77,113). Sum of RGB (Red+Green+Blue) = 80+77+113=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #504D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D71 is #AFB28E. Grayscale: #515151. Windows color (decimal): -11514511 or 7425360. OLE color: 7425360.

HSL color Cylindrical-coordinate representation of color #504D71: hue angle of 245º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504D71 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 77 113 -
CMYK 0.29 0.32 0 0.56
HSL 245º 0.19% 0.37% -
HSV(B) 245º 0.32% 0.44% -
XYZ 8.94 8.21 16.74 -
YUV 82 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 80 77 113 0.29 0.32 0 0.56 245 0.19 0.37
Hex 50 4D 71 1D 20 0 38 F5 13 25
Octal 120 115 161 35 40 0 70 365 23 45
Binary 1010000 1001101 1110001 11101 100000 0 111000 11110101 10011 100101

Color Harmonies of #504D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D71

Black with #504D71

Text Example


Text Example

White with #504D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,77,113); }

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

background-color css

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

 a { background-color: rgb(80,77,113); }

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

border-color css

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

 span { border-color: rgb(80,77,113); }

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