#504F70

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

Shades of Corn Flower Blue #504F70

Tints of Corn Flower Blue #504F70

Color information

#504F70 (or 0x504F70) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4F and 70. RGB value is (80,79,112). Sum of RGB (Red+Green+Blue) = 80+79+112=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #504F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F70 is #AFB08F. Grayscale: #525252. Windows color (decimal): -11514000 or 7360336. OLE color: 7360336.

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

Color convert

RGB8079112-
CMYK0.290.2900.56
HSL241.82º17.28%37.45%-
HSV(B)241.82º29.46%43.92%-
XYZ9.038.4716.49-
YUV83.06144.33125.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=29.52%
G=29.15%
B=41.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80791120.290.2900.56241.8217.2837.45
Hex504F701D1D038f21125
Octal12011716035350703622145
Binary101000010011111110000111011110101110001111001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,79,112); }

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

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

 a { background-color: rgb(80,79,112); }

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

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

 span { border-color: rgb(80,79,112); }

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