#5696C4

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

Shades of Picton Blue #5696C4

Tints of Picton Blue #5696C4

Color information

#5696C4 (or 0x5696C4) is unknown color: approx Picton Blue. HEX triplet: 56, 96 and C4. RGB value is (86,150,196). Sum of RGB (Red+Green+Blue) = 86+150+196=432 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.91% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #5696C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5696C4 is #A9693B. Grayscale: #878787. Windows color (decimal): -11102524 or 12883542. OLE color: 12883542.

HSL color Cylindrical-coordinate representation of color #5696C4: hue angle of 205.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5696C4 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB86150196-
CMYK0.560.2300.23
HSL205.09º48.25%55.29%-
HSV(B)205.09º56.12%76.86%-
XYZ24.7127.7856.28-
YUV136.11161.892.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.91%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 196 (76.95% from 255) = 45.37%
R=19.91%
G=34.72%
B=45.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861501960.560.2300.23205.0948.2555.29
Hex5696C43817017cd3037
Octal12622630470270273156067
Binary101011010010110110001001110001011101011111001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5696C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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