#5DA7DD

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

Shades of Picton Blue #5DA7DD

Tints of Picton Blue #5DA7DD

Color information

#5DA7DD (or 0x5DA7DD) is unknown color: approx Picton Blue. HEX triplet: 5D, A7 and DD. RGB value is (93,167,221). Sum of RGB (Red+Green+Blue) = 93+167+221=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DA7DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA7DD is #A25822. Grayscale: #969696. Windows color (decimal): -10639395 or 14526301. OLE color: 14526301.

HSL color Cylindrical-coordinate representation of color #5DA7DD: hue angle of 205.31º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DA7DD is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB93167221-
CMYK0.580.2400.13
HSL205.31º65.31%61.57%-
HSV(B)205.31º57.92%86.67%-
XYZ31.3835.1973.54-
YUV151.03167.4886.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.33%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=19.33%
G=34.72%
B=45.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931672210.580.2400.13205.3165.3161.57
Hex5DA7DD3A180Dcd413e
Octal135247335723001531510176
Binary101110110100111110111011110101100001101110011011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,167,221); }

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

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

 a { background-color: rgb(93,167,221); }

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

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

 span { border-color: rgb(93,167,221); }

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