#5698DF

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

Shades of Picton Blue #5698DF

Tints of Picton Blue #5698DF

Color information

#5698DF (or 0x5698DF) is unknown color: approx Picton Blue. HEX triplet: 56, 98 and DF. RGB value is (86,152,223). Sum of RGB (Red+Green+Blue) = 86+152+223=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #5698DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5698DF is #A96720. Grayscale: #8C8C8C. Windows color (decimal): -11101985 or 14653526. OLE color: 14653526.

HSL color Cylindrical-coordinate representation of color #5698DF: hue angle of 211.09º 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 #5698DF is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86152223-
CMYK0.610.3200.13
HSL211.09º68.16%60.59%-
HSV(B)211.09º61.43%87.45%-
XYZ28.3929.7674.06-
YUV140.36174.6389.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.66%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 223 (87.5% from 255) = 48.37%
R=18.66%
G=32.97%
B=48.37%

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
Decimal861522230.610.3200.13211.0968.1660.59
Hex5698DF3D200Dd3443d
Octal126230337754001532310475
Binary1010110100110001101111111110110000001101110100111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5698DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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