#50A4D5

Color #50A4D5 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #50A4D5

Tints of Picton Blue #50A4D5

Color information

#50A4D5 (or 0x50A4D5) is unknown color: approx Picton Blue. HEX triplet: 50, A4 and D5. RGB value is (80,164,213). Sum of RGB (Red+Green+Blue) = 80+164+213=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #50A4D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A4D5 is #AF5B2A. Grayscale: #909090. Windows color (decimal): -11492139 or 14001232. OLE color: 14001232.

HSL color Cylindrical-coordinate representation of color #50A4D5: hue angle of 202.11º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50A4D5 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB80164213-
CMYK0.620.2300.16
HSL202.11º61.29%57.45%-
HSV(B)202.11º62.44%83.53%-
XYZ28.5933.0667.83-
YUV144.47166.6782.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.51%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 213 (83.59% from 255) = 46.61%
R=17.51%
G=35.89%
B=46.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal801642130.620.2300.16202.1161.2957.45
Hex50A4D53E17010ca3d39
Octal12024432576270203127571
Binary101000010100100110101011111101011101000011001010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A4D5; }

 p { color: rgb(80,164,213); }

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

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

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

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

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

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

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