#5090D8

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

Shades of Picton Blue #5090D8

Tints of Picton Blue #5090D8

Color information

#5090D8 (or 0x5090D8) is unknown color: approx Picton Blue. HEX triplet: 50, 90 and D8. RGB value is (80,144,216). Sum of RGB (Red+Green+Blue) = 80+144+216=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #5090D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090D8 is #AF6F27. Grayscale: #848484. Windows color (decimal): -11497256 or 14192720. OLE color: 14192720.

HSL color Cylindrical-coordinate representation of color #5090D8: hue angle of 211.76º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5090D8 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB80144216-
CMYK0.630.3300.15
HSL211.76º63.55%58.04%-
HSV(B)211.76º62.96%84.71%-
XYZ25.6826.6168.75-
YUV133.07174.890.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.18%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 216 (84.77% from 255) = 49.09%
R=18.18%
G=32.73%
B=49.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal801442160.630.3300.15211.7663.5558.04
Hex5090D83F210Fd4403a
Octal120220330774101732410072
Binary1010000100100001101100011111110000101111110101001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5090D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5090D8; }

 p { color: rgb(80,144,216); }

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

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

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

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

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

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

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