#56A4E7

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

Shades of Picton Blue #56A4E7

Tints of Picton Blue #56A4E7

Color information

#56A4E7 (or 0x56A4E7) is unknown color: approx Picton Blue. HEX triplet: 56, A4 and E7. RGB value is (86,164,231). Sum of RGB (Red+Green+Blue) = 86+164+231=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #56A4E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A4E7 is #A95B18. Grayscale: #939393. Windows color (decimal): -11098905 or 15180886. OLE color: 15180886.

HSL color Cylindrical-coordinate representation of color #56A4E7: hue angle of 207.72º 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 #56A4E7 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86164231-
CMYK0.630.2900.09
HSL207.72º75.13%62.16%-
HSV(B)207.72º62.77%90.59%-
XYZ31.5434.380.56-
YUV148.32174.6683.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.88%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 231 (90.62% from 255) = 48.02%
R=17.88%
G=34.10%
B=48.02%

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
Decimal861642310.630.2900.09207.7275.1362.16
Hex56A4E73F1D09d04b3e
Octal126244347773501132011376
Binary101011010100100111001111111111110101001110100001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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