#56A3E7

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

Shades of Picton Blue #56A3E7

Tints of Picton Blue #56A3E7

Color information

#56A3E7 (or 0x56A3E7) is unknown color: approx Picton Blue. HEX triplet: 56, A3 and E7. RGB value is (86,163,231). Sum of RGB (Red+Green+Blue) = 86+163+231=480 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.92% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #56A3E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A3E7 is #A95C18. Grayscale: #939393. Windows color (decimal): -11099161 or 15180630. OLE color: 15180630.

HSL color Cylindrical-coordinate representation of color #56A3E7: hue angle of 208.14º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56A3E7 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86163231-
CMYK0.630.2900.09
HSL208.14º75.13%62.16%-
HSV(B)208.14º62.77%90.59%-
XYZ31.3633.9480.5-
YUV147.73174.9983.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.92%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 231 (90.62% from 255) = 48.12%
R=17.92%
G=33.96%
B=48.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal861632310.630.2900.09208.1475.1362.16
Hex56A3E73F1D09d04b3e
Octal126243347773501132011376
Binary101011010100011111001111111111110101001110100001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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