#5696CC

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

Shades of Picton Blue #5696CC

Tints of Picton Blue #5696CC

Color information

#5696CC (or 0x5696CC) is unknown color: approx Picton Blue. HEX triplet: 56, 96 and CC. RGB value is (86,150,204). Sum of RGB (Red+Green+Blue) = 86+150+204=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #5696CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5696CC is #A96933. Grayscale: #888888. Windows color (decimal): -11102516 or 13407830. OLE color: 13407830.

HSL color Cylindrical-coordinate representation of color #5696CC: hue angle of 207.46º 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 #5696CC is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB86150204-
CMYK0.580.2600.2
HSL207.46º53.64%56.86%-
HSV(B)207.46º57.84%80%-
XYZ25.6428.1561.21-
YUV137.02165.891.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.55%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=19.55%
G=34.09%
B=46.36%

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
Decimal861502040.580.2600.2207.4653.6456.86
Hex5696CC3A1A014cf3639
Octal12622631472320243176671
Binary101011010010110110011001110101101001010011001111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5696CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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