#504E6E

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

Shades of Corn Flower Blue #504E6E

Tints of Corn Flower Blue #504E6E

Color information

#504E6E (or 0x504E6E) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4E and 6E. RGB value is (80,78,110). Sum of RGB (Red+Green+Blue) = 80+78+110=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #504E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E6E is #AFB191. Grayscale: #525252. Windows color (decimal): -11514258 or 7229008. OLE color: 7229008.

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

Color convert

RGB8078110-
CMYK0.270.2900.57
HSL243.75º17.02%36.86%-
HSV(B)243.75º29.09%43.14%-
XYZ8.858.2815.88-
YUV82.25143.66126.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=29.85%
G=29.10%
B=41.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80781100.270.2900.57243.7517.0236.86
Hex504E6E1B1D039f41125
Octal12011615633350713642145
Binary101000010011101101110110111110101110011111010010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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