#5FA3DD

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

Shades of Picton Blue #5FA3DD

Tints of Picton Blue #5FA3DD

Color information

#5FA3DD (or 0x5FA3DD) is unknown color: approx Picton Blue. HEX triplet: 5F, A3 and DD. RGB value is (95,163,221). Sum of RGB (Red+Green+Blue) = 95+163+221=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FA3DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA3DD is #A05C22. Grayscale: #949494. Windows color (decimal): -10509347 or 14525279. OLE color: 14525279.

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

Color convert

RGB95163221-
CMYK0.570.2600.13
HSL207.62º64.95%61.96%-
HSV(B)207.62º57.01%86.67%-
XYZ30.8733.8573.31-
YUV149.28168.4789.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.83%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=19.83%
G=34.03%
B=46.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951632210.570.2600.13207.6264.9561.96
Hex5FA3DD391A0Dd0413e
Octal137243335713201532010176
Binary101111110100011110111011110011101001101110100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,163,221); }

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

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

 a { background-color: rgb(95,163,221); }

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

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

 span { border-color: rgb(95,163,221); }

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