#5697CC

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

Shades of Picton Blue #5697CC

Tints of Picton Blue #5697CC

Color information

#5697CC (or 0x5697CC) is unknown color: approx Picton Blue. HEX triplet: 56, 97 and CC. RGB value is (86,151,204). Sum of RGB (Red+Green+Blue) = 86+151+204=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #5697CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5697CC is #A96833. Grayscale: #898989. Windows color (decimal): -11102260 or 13408086. OLE color: 13408086.

HSL color Cylindrical-coordinate representation of color #5697CC: hue angle of 206.95º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5697CC is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB86151204-
CMYK0.580.2600.2
HSL206.95º53.64%56.86%-
HSV(B)206.95º57.84%80%-
XYZ25.828.4761.26-
YUV137.61165.4791.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.50%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=19.50%
G=34.24%
B=46.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal861512040.580.2600.2206.9553.6456.86
Hex5697CC3A1A014cf3639
Octal12622731472320243176671
Binary101011010010111110011001110101101001010011001111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5697CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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