#5DA4DA

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

Shades of Picton Blue #5DA4DA

Tints of Picton Blue #5DA4DA

Color information

#5DA4DA (or 0x5DA4DA) is unknown color: approx Picton Blue. HEX triplet: 5D, A4 and DA. RGB value is (93,164,218). Sum of RGB (Red+Green+Blue) = 93+164+218=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #5DA4DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA4DA is #A25B25. Grayscale: #949494. Windows color (decimal): -10640166 or 14328925. OLE color: 14328925.

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

Color convert

RGB93164218-
CMYK0.570.2500.15
HSL205.92º62.81%60.98%-
HSV(B)205.92º57.34%85.49%-
XYZ30.4433.9471.28-
YUV148.93166.9888.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.58%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 218 (85.55% from 255) = 45.89%
R=19.58%
G=34.53%
B=45.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal931642180.570.2500.15205.9262.8160.98
Hex5DA4DA39190Fce3f3d
Octal13524433271310173167775
Binary10111011010010011011010111001110010111111001110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,164,218); }

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

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

 a { background-color: rgb(93,164,218); }

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

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

 span { border-color: rgb(93,164,218); }

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