#504F6D

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

Shades of Corn Flower Blue #504F6D

Tints of Corn Flower Blue #504F6D

Color information

#504F6D (or 0x504F6D) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4F and 6D. RGB value is (80,79,109). Sum of RGB (Red+Green+Blue) = 80+79+109=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #504F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F6D is #AFB092. Grayscale: #525252. Windows color (decimal): -11514003 or 7163728. OLE color: 7163728.

HSL color Cylindrical-coordinate representation of color #504F6D: hue angle of 242º degrees, saturation: 0.16, 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 #504F6D is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8079109-
CMYK0.270.2800.57
HSL242º15.96%36.86%-
HSV(B)242º27.52%42.75%-
XYZ8.868.415.62-
YUV82.72142.83126.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 79 (31.25% from 255) = 29.48%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=29.85%
G=29.48%
B=40.67%

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
Decimal80791090.270.2800.5724215.9636.86
Hex504F6D1B1C039f21025
Octal12011715533340713622045
Binary101000010011111101101110111110001110011111001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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