#5A9AD9

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

Shades of Picton Blue #5A9AD9

Tints of Picton Blue #5A9AD9

Color information

#5A9AD9 (or 0x5A9AD9) is unknown color: approx Picton Blue. HEX triplet: 5A, 9A and D9. RGB value is (90,154,217). Sum of RGB (Red+Green+Blue) = 90+154+217=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #5A9AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9AD9 is #A56526. Grayscale: #8D8D8D. Windows color (decimal): -10839335 or 14260826. OLE color: 14260826.

HSL color Cylindrical-coordinate representation of color #5A9AD9: hue angle of 209.76º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A9AD9 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB90154217-
CMYK0.590.2900.15
HSL209.76º62.56%60.2%-
HSV(B)209.76º58.53%85.1%-
XYZ28.330.2970-
YUV142.05170.390.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.52%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 217 (85.16% from 255) = 47.07%
R=19.52%
G=33.41%
B=47.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal901542170.590.2900.15209.7662.5660.2
Hex5A9AD93B1D0Fd23f3c
Octal13223233173350173227774
Binary10110101001101011011001111011111010111111010010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A9AD9; }

 p { color: rgb(90,154,217); }

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

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

 a { background-color: rgb(90,154,217); }

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

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

 span { border-color: rgb(90,154,217); }

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