#5697DF

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

Shades of Picton Blue #5697DF

Tints of Picton Blue #5697DF

Color information

#5697DF (or 0x5697DF) is unknown color: approx Picton Blue. HEX triplet: 56, 97 and DF. RGB value is (86,151,223). Sum of RGB (Red+Green+Blue) = 86+151+223=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #5697DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5697DF is #A96820. Grayscale: #8B8B8B. Windows color (decimal): -11102241 or 14653270. OLE color: 14653270.

HSL color Cylindrical-coordinate representation of color #5697DF: hue angle of 211.53º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5697DF is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86151223-
CMYK0.610.3200.13
HSL211.53º68.16%60.59%-
HSV(B)211.53º61.43%87.45%-
XYZ28.2229.4474.01-
YUV139.77174.9789.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.70%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 223 (87.5% from 255) = 48.48%
R=18.70%
G=32.83%
B=48.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861512230.610.3200.13211.5368.1660.59
Hex5697DF3D200Dd4443d
Octal126227337754001532410475
Binary1010110100101111101111111110110000001101110101001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5697DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5697DF; }

 p { color: rgb(86,151,223); }

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

<style>
 a { background-color: #5697DF; }

 a { background-color: rgb(86,151,223); }

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

<style>
 span { border-color: #5697DF; }

 span { border-color: rgb(86,151,223); }

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