#504B6E

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

Shades of Corn Flower Blue #504B6E

Tints of Corn Flower Blue #504B6E

Color information

#504B6E (or 0x504B6E) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4B and 6E. RGB value is (80,75,110). Sum of RGB (Red+Green+Blue) = 80+75+110=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #504B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B6E is #AFB491. Grayscale: #505050. Windows color (decimal): -11515026 or 7228240. OLE color: 7228240.

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

Color convert

RGB8075110-
CMYK0.270.3200.57
HSL248.57º18.92%36.27%-
HSV(B)248.57º31.82%43.14%-
XYZ8.647.8615.81-
YUV80.48144.66127.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=30.19%
G=28.30%
B=41.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80751100.270.3200.57248.5718.9236.27
Hex504B6E1B20039f91324
Octal12011315633400713712344
Binary1010000100101111011101101110000001110011111100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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