#504D6C

Color #504D6C Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #504D6C

Tints of Corn Flower Blue #504D6C

Color information

#504D6C (or 0x504D6C) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4D and 6C. RGB value is (80,77,108). Sum of RGB (Red+Green+Blue) = 80+77+108=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #504D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D6C is #AFB293. Grayscale: #515151. Windows color (decimal): -11514516 or 7097680. OLE color: 7097680.

HSL color Cylindrical-coordinate representation of color #504D6C: hue angle of 245.81º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #504D6C is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8077108-
CMYK0.260.2900.58
HSL245.81º16.76%36.27%-
HSV(B)245.81º28.7%42.35%-
XYZ8.678.115.29-
YUV81.43142.99126.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=30.19%
G=29.06%
B=40.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80771080.260.2900.58245.8116.7636.27
Hex504D6C1A1D03Af61124
Octal12011515432350723662144
Binary101000010011011101100110101110101110101111011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #504D6C;
 }
 .AnyTagClassName
 {
   color: #504D6C;
 }
</style>
background-color css

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

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

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

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

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

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