#504B6D

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

Shades of Corn Flower Blue #504B6D

Tints of Corn Flower Blue #504B6D

Color information

#504B6D (or 0x504B6D) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4B and 6D. RGB value is (80,75,109). Sum of RGB (Red+Green+Blue) = 80+75+109=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #504B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B6D is #AFB492. Grayscale: #505050. Windows color (decimal): -11515027 or 7162704. OLE color: 7162704.

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

Color convert

RGB8075109-
CMYK0.270.3100.57
HSL248.82º18.48%36.08%-
HSV(B)248.82º31.19%42.75%-
XYZ8.587.8415.53-
YUV80.37144.16127.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=30.30%
G=28.41%
B=41.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80751090.270.3100.57248.8218.4836.08
Hex504B6D1B1F039f91224
Octal12011315533370713712244
Binary101000010010111101101110111111101110011111100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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