#504B73

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

Shades of Corn Flower Blue #504B73

Tints of Corn Flower Blue #504B73

Color information

#504B73 (or 0x504B73) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4B and 73. RGB value is (80,75,115). Sum of RGB (Red+Green+Blue) = 80+75+115=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #504B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B73 is #AFB48C. Grayscale: #505050. Windows color (decimal): -11515021 or 7555920. OLE color: 7555920.

HSL color Cylindrical-coordinate representation of color #504B73: hue angle of 247.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #504B73 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8075115-
CMYK0.300.3500.55
HSL247.5º21.05%37.25%-
HSV(B)247.5º34.78%45.1%-
XYZ8.927.9817.29-
YUV81.05147.16127.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=29.63%
G=27.78%
B=42.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80751150.300.3500.55247.521.0537.25
Hex504B731E23037f81525
Octal12011316336430673702545
Binary1010000100101111100111111010001101101111111100010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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