#504F69

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

Shades of Corn Flower Blue #504F69

Tints of Corn Flower Blue #504F69

Color information

#504F69 (or 0x504F69) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4F and 69. RGB value is (80,79,105). Sum of RGB (Red+Green+Blue) = 80+79+105=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 105 - color contains mainly: blue. Hex color #504F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F69 is #AFB096. Grayscale: #525252. Windows color (decimal): -11514007 or 6901584. OLE color: 6901584.

HSL color Cylindrical-coordinate representation of color #504F69: hue angle of 242.31º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #504F69 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8079105-
CMYK0.240.2500.59
HSL242.31º14.13%36.08%-
HSV(B)242.31º24.76%41.18%-
XYZ8.658.3214.51-
YUV82.26140.83126.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 105 (41.41% from 255) = 39.77%
R=30.30%
G=29.92%
B=39.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80791050.240.2500.59242.3114.1336.08
Hex504F69181903Bf2e24
Octal12011715130310733621644
Binary10100001001111110100111000110010111011111100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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