#5DA9DC

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

Shades of Picton Blue #5DA9DC

Tints of Picton Blue #5DA9DC

Color information

#5DA9DC (or 0x5DA9DC) is unknown color: approx Picton Blue. HEX triplet: 5D, A9 and DC. RGB value is (93,169,220). Sum of RGB (Red+Green+Blue) = 93+169+220=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DA9DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA9DC is #A25623. Grayscale: #979797. Windows color (decimal): -10638884 or 14461277. OLE color: 14461277.

HSL color Cylindrical-coordinate representation of color #5DA9DC: hue angle of 204.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DA9DC is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB93169220-
CMYK0.580.2300.14
HSL204.09º64.47%61.37%-
HSV(B)204.09º57.73%86.27%-
XYZ31.6235.8772.97-
YUV152.09166.3285.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.29%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=19.29%
G=35.06%
B=45.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal931692200.580.2300.14204.0964.4761.37
Hex5DA9DC3A170Ecc403d
Octal135251334722701631410075
Binary101110110101001110111001110101011101110110011001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,169,220); }

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

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

 a { background-color: rgb(93,169,220); }

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

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

 span { border-color: rgb(93,169,220); }

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