#505169

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

Shades of Corn Flower Blue #505169

Tints of Corn Flower Blue #505169

Color information

#505169 (or 0x505169) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 51 and 69. RGB value is (80,81,105). Sum of RGB (Red+Green+Blue) = 80+81+105=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #505169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505169 is #AFAE96. Grayscale: #535353. Windows color (decimal): -11513495 or 6902096. OLE color: 6902096.

HSL color Cylindrical-coordinate representation of color #505169: hue angle of 237.6º 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 #505169 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8081105-
CMYK0.240.2300.59
HSL237.6º13.51%36.27%-
HSV(B)237.6º23.81%41.18%-
XYZ8.88.6114.56-
YUV83.44140.17125.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 105 (41.41% from 255) = 39.47%
R=30.08%
G=30.45%
B=39.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80811050.240.2300.59237.613.5136.27
Hex505169181703Beee24
Octal12012115130270733561644
Binary10100001010001110100111000101110111011111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505169; }

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

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

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

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

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

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

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

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