#505077

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

Shades of Corn Flower Blue #505077

Tints of Corn Flower Blue #505077

Color information

#505077 (or 0x505077) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 50 and 77. RGB value is (80,80,119). Sum of RGB (Red+Green+Blue) = 80+80+119=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #505077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505077 is #AFAF88. Grayscale: #545454. Windows color (decimal): -11513737 or 7819344. OLE color: 7819344.

HSL color Cylindrical-coordinate representation of color #505077: hue angle of 240º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #505077 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8080119-
CMYK0.330.3300.53
HSL240º19.6%39.02%-
HSV(B)240º32.77%46.67%-
XYZ9.518.7718.65-
YUV84.45147.5124.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=28.67%
G=28.67%
B=42.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80801190.330.3300.5324019.639.02
Hex5050772121035f01427
Octal12012016741410653602447
Binary10100001010000111011110000110000101101011111000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505077; }

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

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

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

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

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

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

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

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