#505277

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

Shades of Corn Flower Blue #505277

Tints of Corn Flower Blue #505277

Color information

#505277 (or 0x505277) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 52 and 77. RGB value is (80,82,119). Sum of RGB (Red+Green+Blue) = 80+82+119=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #505277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505277 is #AFAD88. Grayscale: #555555. Windows color (decimal): -11513225 or 7819856. OLE color: 7819856.

HSL color Cylindrical-coordinate representation of color #505277: hue angle of 236.92º 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 #505277 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8082119-
CMYK0.330.3100.53
HSL236.92º19.6%39.02%-
HSV(B)236.92º32.77%46.67%-
XYZ9.669.0718.69-
YUV85.62146.84123.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=28.47%
G=29.18%
B=42.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80821190.330.3100.53236.9219.639.02
Hex505277211F035ed1427
Octal12012216741370653552447
Binary1010000101001011101111000011111101101011110110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505277; }

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

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

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

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

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

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

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

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