#56A3DC

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

Shades of Picton Blue #56A3DC

Tints of Picton Blue #56A3DC

Color information

#56A3DC (or 0x56A3DC) is unknown color: approx Picton Blue. HEX triplet: 56, A3 and DC. RGB value is (86,163,220). Sum of RGB (Red+Green+Blue) = 86+163+220=469 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.34% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #56A3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A3DC is #A95C23. Grayscale: #929292. Windows color (decimal): -11099172 or 14459734. OLE color: 14459734.

HSL color Cylindrical-coordinate representation of color #56A3DC: hue angle of 205.52º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56A3DC is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB86163220-
CMYK0.610.2600.14
HSL205.52º65.69%60%-
HSV(B)205.52º60.91%86.27%-
XYZ29.8533.3472.57-
YUV146.48169.4984.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.34%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=18.34%
G=34.75%
B=46.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal861632200.610.2600.14205.5265.6960
Hex56A3DC3D1A0Ece423c
Octal126243334753201631610274
Binary101011010100011110111001111011101001110110011101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A3DC; }

 p { color: rgb(86,163,220); }

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

<style>
 a { background-color: #56A3DC; }

 a { background-color: rgb(86,163,220); }

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

<style>
 span { border-color: #56A3DC; }

 span { border-color: rgb(86,163,220); }

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