#504E6D

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

Shades of Corn Flower Blue #504E6D

Tints of Corn Flower Blue #504E6D

Color information

#504E6D (or 0x504E6D) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4E and 6D. RGB value is (80,78,109). Sum of RGB (Red+Green+Blue) = 80+78+109=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #504E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E6D is #AFB192. Grayscale: #525252. Windows color (decimal): -11514259 or 7163472. OLE color: 7163472.

HSL color Cylindrical-coordinate representation of color #504E6D: hue angle of 243.87º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #504E6D is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8078109-
CMYK0.270.2800.57
HSL243.87º16.58%36.67%-
HSV(B)243.87º28.44%42.75%-
XYZ8.798.2615.6-
YUV82.13143.16126.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=29.96%
G=29.21%
B=40.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80781090.270.2800.57243.8716.5836.67
Hex504E6D1B1C039f41125
Octal12011615533340713642145
Binary101000010011101101101110111110001110011111010010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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