#505069

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

Shades of Corn Flower Blue #505069

Tints of Corn Flower Blue #505069

Color information

#505069 (or 0x505069) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 50 and 69. RGB value is (80,80,105). Sum of RGB (Red+Green+Blue) = 80+80+105=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #505069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505069 is #AFAF96. Grayscale: #525252. Windows color (decimal): -11513751 or 6901840. OLE color: 6901840.

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

Color convert

RGB8080105-
CMYK0.240.2400.59
HSL240º13.51%36.27%-
HSV(B)240º23.81%41.18%-
XYZ8.738.4614.54-
YUV82.85140.5125.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=30.19%
G=30.19%
B=39.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80801050.240.2400.5924013.5136.27
Hex505069181803Bf0e24
Octal12012015130300733601644
Binary10100001010000110100111000110000111011111100001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505069; }

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

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

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

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

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

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

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

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