#5290D8

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

Shades of Picton Blue #5290D8

Tints of Picton Blue #5290D8

Color information

#5290D8 (or 0x5290D8) is unknown color: approx Picton Blue. HEX triplet: 52, 90 and D8. RGB value is (82,144,216). Sum of RGB (Red+Green+Blue) = 82+144+216=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #5290D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290D8 is #AD6F27. Grayscale: #858585. Windows color (decimal): -11366184 or 14192722. OLE color: 14192722.

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

Color convert

RGB82144216-
CMYK0.620.3300.15
HSL212.24º63.21%58.43%-
HSV(B)212.24º62.04%84.71%-
XYZ25.8526.768.76-
YUV133.67174.4691.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.55%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 216 (84.77% from 255) = 48.87%
R=18.55%
G=32.58%
B=48.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal821442160.620.3300.15212.2463.2158.43
Hex5290D83E210Fd43f3a
Octal12222033076410173247772
Binary101001010010000110110001111101000010111111010100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5290D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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