#5697DD

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

Shades of Picton Blue #5697DD

Tints of Picton Blue #5697DD

Color information

#5697DD (or 0x5697DD) is unknown color: approx Picton Blue. HEX triplet: 56, 97 and DD. RGB value is (86,151,221). Sum of RGB (Red+Green+Blue) = 86+151+221=458 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.78% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #5697DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5697DD is #A96822. Grayscale: #8B8B8B. Windows color (decimal): -11102243 or 14522198. OLE color: 14522198.

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

Color convert

RGB86151221-
CMYK0.610.3200.13
HSL211.11º66.5%60.2%-
HSV(B)211.11º61.09%86.67%-
XYZ27.9629.3372.59-
YUV139.55173.9789.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.78%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 221 (86.72% from 255) = 48.25%
R=18.78%
G=32.97%
B=48.25%

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
Decimal861512210.610.3200.13211.1166.560.2
Hex5697DD3D200Dd3433c
Octal126227335754001532310374
Binary1010110100101111101110111110110000001101110100111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5697DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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