#505171

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

Shades of Corn Flower Blue #505171

Tints of Corn Flower Blue #505171

Color information

#505171 (or 0x505171) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 51 and 71. RGB value is (80,81,113). Sum of RGB (Red+Green+Blue) = 80+81+113=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #505171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505171 is #AFAE8E. Grayscale: #545454. Windows color (decimal): -11513487 or 7426384. OLE color: 7426384.

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

Color convert

RGB8081113-
CMYK0.290.2800.56
HSL238.18º17.1%37.84%-
HSV(B)238.18º29.2%44.31%-
XYZ9.238.7816.83-
YUV84.35144.17124.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=29.20%
G=29.56%
B=41.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80811130.290.2800.56238.1817.137.84
Hex5051711D1C038ee1126
Octal12012116135340703562146
Binary101000010100011110001111011110001110001110111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505171; }

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

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

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

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

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

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

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

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