#504B6C

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

Shades of Corn Flower Blue #504B6C

Tints of Corn Flower Blue #504B6C

Color information

#504B6C (or 0x504B6C) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4B and 6C. RGB value is (80,75,108). Sum of RGB (Red+Green+Blue) = 80+75+108=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #504B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B6C is #AFB493. Grayscale: #505050. Windows color (decimal): -11515028 or 7097168. OLE color: 7097168.

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

Color convert

RGB8075108-
CMYK0.260.3100.58
HSL249.09º18.03%35.88%-
HSV(B)249.09º30.56%42.35%-
XYZ8.537.8215.25-
YUV80.26143.66127.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 75 (29.69% from 255) = 28.52%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=30.42%
G=28.52%
B=41.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80751080.260.3100.58249.0918.0335.88
Hex504B6C1A1F03Af91224
Octal12011315432370723712244
Binary101000010010111101100110101111101110101111100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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