#504F6C

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

Shades of Corn Flower Blue #504F6C

Tints of Corn Flower Blue #504F6C

Color information

#504F6C (or 0x504F6C) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4F and 6C. RGB value is (80,79,108). Sum of RGB (Red+Green+Blue) = 80+79+108=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #504F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F6C is #AFB093. Grayscale: #525252. Windows color (decimal): -11514004 or 7098192. OLE color: 7098192.

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

Color convert

RGB8079108-
CMYK0.260.2700.58
HSL242.07º15.51%36.67%-
HSV(B)242.07º26.85%42.35%-
XYZ8.818.3815.34-
YUV82.6142.33126.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=29.96%
G=29.59%
B=40.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80791080.260.2700.58242.0715.5136.67
Hex504F6C1A1B03Af21025
Octal12011715432330723622045
Binary101000010011111101100110101101101110101111001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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