#5DA1DC

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

Shades of Picton Blue #5DA1DC

Tints of Picton Blue #5DA1DC

Color information

#5DA1DC (or 0x5DA1DC) is unknown color: approx Picton Blue. HEX triplet: 5D, A1 and DC. RGB value is (93,161,220). Sum of RGB (Red+Green+Blue) = 93+161+220=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DA1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA1DC is #A25E23. Grayscale: #939393. Windows color (decimal): -10640932 or 14459229. OLE color: 14459229.

HSL color Cylindrical-coordinate representation of color #5DA1DC: hue angle of 207.87º 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 #5DA1DC is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB93161220-
CMYK0.580.2700.14
HSL207.87º64.47%61.37%-
HSV(B)207.87º57.73%86.27%-
XYZ30.1832.9872.49-
YUV147.39168.9789.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.62%
GREEN value IS 161 (63.28% from 255) = 33.97%
BLUE value IS 220 (86.33% from 255) = 46.41%
R=19.62%
G=33.97%
B=46.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal931612200.580.2700.14207.8764.4761.37
Hex5DA1DC3A1B0Ed0403d
Octal135241334723301632010075
Binary101110110100001110111001110101101101110110100001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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