#5291D9

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

Shades of Picton Blue #5291D9

Tints of Picton Blue #5291D9

Color information

#5291D9 (or 0x5291D9) is unknown color: approx Picton Blue. HEX triplet: 52, 91 and D9. RGB value is (82,145,217). Sum of RGB (Red+Green+Blue) = 82+145+217=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #5291D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5291D9 is #AD6E26. Grayscale: #868686. Windows color (decimal): -11365927 or 14258514. OLE color: 14258514.

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

Color convert

RGB82145217-
CMYK0.620.3300.15
HSL212º63.98%58.63%-
HSV(B)212º62.21%85.1%-
XYZ26.1327.0569.49-
YUV134.37174.6390.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.47%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 217 (85.16% from 255) = 48.87%
R=18.47%
G=32.66%
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
Decimal821452170.620.3300.1521263.9858.63
Hex5291D93E210Fd4403b
Octal122221331764101732410073
Binary1010010100100011101100111111010000101111110101001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5291D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5291D9; }

 p { color: rgb(82,145,217); }

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

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

 a { background-color: rgb(82,145,217); }

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

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

 span { border-color: rgb(82,145,217); }

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