Html Css Color HEX #504D70 Corn Flower Blue

📋 copy color: '#504D70'

red 80 ◦ green 77 ◦ blue 112

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

Shades of Corn Flower Blue #504D70

Tints of Corn Flower Blue #504D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.64%

R = 29.74%
G = 28.62%
B = 41.64%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#504D70 (or 0x504D70) is known color: Corn Flower Blue. HEX triplet: 50, 4D and 70. RGB value is (80,77,112). Sum of RGB (Red+Green+Blue) = 80+77+112=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #504D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D70 is #AFB28F. Grayscale: #515151. Windows color (decimal): -11514512 or 7359824. OLE color: 7359824.

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

Color convert

RGB 80 77 112 -
CMYK 0.29 0.31 0 0.56
HSL 245.14º 0.19% 0.37% -
HSV(B) 245.14º 0.31% 0.44% -
XYZ 8.89 8.18 16.44 -
YUV 81.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 80 77 112 0.29 0.31 0 0.56 245.14 0.19 0.37
Hex 50 4D 70 1D 1F 0 38 F5 13 25
Octal 120 115 160 35 37 0 70 365 23 45
Binary 1010000 1001101 1110000 11101 11111 0 111000 11110101 10011 100101

Color Harmonies of #504D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D70

Black with #504D70

Text Example


Text Example

White with #504D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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